Skip to content

Commit 33aeeaf

Browse files
committed
fix
1 parent d88b449 commit 33aeeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/directx/dx/Dx12.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ enum abstract UAVDimension(Int) {
14451445
}
14461446

14471447
@:struct class UnorderedAccessViewDesc {
1448-
public var format : Format;
1448+
public var format : DxgiFormat;
14491449
public var viewDimension : UAVDimension;
14501450
}
14511451

0 commit comments

Comments
 (0)