AppendStructuredBuffer<T, L>.GetDimensions
Description
Get information about the number of elements and stride of the buffer.
Signature
void AppendStructuredBuffer<T, L>.GetDimensions( out uint numStructs, out uint stride) where L : IBufferDataLayout;
Parameters
numStructs : uint
The number of elements in the buffer.
stride : uint
The stride of the buffer.