ConsumeStructuredBuffer<T, L>.GetDimensions
Description
Gets the dimensions of the resource.
Signature
void ConsumeStructuredBuffer<T, L>.GetDimensions( out uint numStructs, out uint stride) where L : IBufferDataLayout;
Parameters
numStructs : uint
[out] The number of structures in the buffer.
stride : uint
[out] The stride, in bytes, of each element