Nicolas Cannasse 1 năm trước cách đây
mục cha
commit
33aeeaf4e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libs/directx/dx/Dx12.hx

+ 1 - 1
libs/directx/dx/Dx12.hx

@@ -1445,7 +1445,7 @@ enum abstract UAVDimension(Int) {
 }
 
 @:struct class UnorderedAccessViewDesc {
-	public var format : Format;
+	public var format : DxgiFormat;
 	public var viewDimension : UAVDimension;
 }