Issue 114130
Summary [HLSL] Validate that `updateCounter` is only either incremented or decremented and not both
Labels new issue
Assignees
Reporter hekota
    `RWStructuredBuffer` has `IncrementCounter` and `DecrementCounter`. Only one of these methods can ever be called on any given `RWStructuredBuffer` instance - the buffer counter can only be incremented or decremented but not both.


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to