--- layout: stdlib-reference --- # typealias RasterizerOrderedSampler1DArray\ ## Description Represents a handle to a rasterizer-ordered 1D combined texture-sampler array. ## Signature
typealias RasterizerOrderedSampler1DArray<T, int sampleCount, int format> = 
    _Texture<T, __Shape1D, 1, 0, sampleCount, 3, 0, 1, format>;
## Generic Parameters #### T: [ITexelElement](../interfaces/itexelelement-016/index.html) = [vector](vector/index.html)\ The texel type of the texture. #### sampleCount : int = 0 The number of samples in the texture, when the texture is multisampled. #### format : int = 0 The storage format of the texture. ## See also Please refer to _Texture for more information about texture types.