struct
GpuBufferInformation::StructuredStorageBufferInformation
Describes a buffer containing of array of structures.
Public
Fields
Count
u32 Count
Number of elements in the buffer.
ElementSize
u32 ElementSize
Size of each individual element in the buffer, in bytes.
Only needed if using non-standard buffer. If using standard buffers element size is calculated from format and this must be zero.