Nicolas Cannasse 1 year ago
parent
commit
33aeeaf4e9
1 changed files with 1 additions and 1 deletions
  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;
 }