RasterizerOrderedStructuredBuffer<T, L>.IncrementCounter¶
Description¶
Increment the object’s hidden counter.
Signature¶
uint RasterizerOrderedStructuredBuffer<T, L>.IncrementCounter() where L : IBufferDataLayout;
Return value¶
The pre-incremented counter value.
Remarks¶
This function is not implemented when targeting non-HLSL.
Availability and Requirements¶
Defined for the following targets:
hlsl¶
Available in all stages.