RWStructuredBuffer<T, L>.IncrementCounter
Description
Increment the object’s hidden counter.
Signature
uint RWStructuredBuffer<T, L>.IncrementCounter() where L : IBufferDataLayout;
Return value
The pre-incremented counter value.
Remarks
This function is not implemented when targeting non-HLSL.