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

StructuredBuffer<T, L>.subscript¶

Description¶

Signature¶

T StructuredBuffer<T, L>.subscript<TIndex>(
    TIndex index)
    where TIndex : __BuiltinIntegerType
    where L : IBufferDataLayout;

Generic Parameters¶

TIndex: __BuiltinIntegerType¶

Parameters¶

index : TIndex¶

On this page
  • StructuredBuffer<T, L>.subscript
    • Description
    • Signature
    • Generic Parameters
      • TIndex: __BuiltinIntegerType
    • Parameters
      • index : TIndex