Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jan 12, 2024
1 parent d88b449 commit 33aeeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/directx/dx/Dx12.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ enum abstract UAVDimension(Int) {
}

@:struct class UnorderedAccessViewDesc {
public var format : Format;
public var format : DxgiFormat;
public var viewDimension : UAVDimension;
}

Expand Down

0 comments on commit 33aeeaf

Please sign in to comment.