| layout | stdlib-reference |
|---|
Represents a handle to a rasterizer-ordered 1D combined texture-sampler array.
typealias RasterizerOrderedSampler1DArray<T, sampleCount:int, format:int> = _Texture<T, __Shape1D, 1, 0, sampleCount, 3, 0, 1, format>;
T = vector<float, 4> {#typeparam-T}
The texel type of the texture.
The number of samples in the texture, when the texture is multisampled.
The storage format of the texture.
Please refer to _Texture for more information about texture types.