Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

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.

On this page
  • AppendStructuredBuffer<T, L>.GetDimensions
    • Description
    • Signature
    • Parameters
      • numStructs : uint
      • stride : uint