Skip to content

Commit

Permalink
hldx : - Added toInt method to enum Dxgiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
TothBenoit committed Feb 6, 2024
1 parent 05fde8b commit e4cad97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/directx/dx/Dx12.hx
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ enum abstract DxgiFormat(Int) {
var P208 = 130;
var V208 = 131;
var V408 = 132;
public inline function toInt() return this;
}

@:struct class ShaderBytecode {
Expand Down

0 comments on commit e4cad97

Please sign in to comment.