Skip to content

Commit

Permalink
added ResourceState.and
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jan 11, 2024
1 parent 82b5310 commit a89331f
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 @@ -363,6 +363,7 @@ enum abstract ResourceState(Int) {
public var VIDE_ENCODE_READ = 0x200000;
public var VIDE_ENCODE_WRITE = 0x800000;
@:op(a|b) function or(r:ResourceState):ResourceState;
@:op(a&b) function and(r:ResourceState):ResourceState;
}

@:struct class Color {
Expand Down

0 comments on commit a89331f

Please sign in to comment.