Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.22 KB

File metadata and controls

34 lines (20 loc) · 1.22 KB
layout stdlib-reference

typealias RasterizerOrderedSampler2DArray<T, sampleCount:int, format:int>

Description

Represents a handle to a rasterizer-ordered 2D combined texture-sampler array.

Signature

typealias RasterizerOrderedSampler2DArray<T, sampleCount:int, format:int> = 
    _Texture<T, __Shape2D, 1, 0, sampleCount, 3, 0, 1, format>;

Generic Parameters

T = vector<float, 4> {#typeparam-T}

The texel type of the texture.

sampleCount : int = 0 {#decl-sampleCount}

The number of samples in the texture, when the texture is multisampled.

format : int = 0 {#decl-format}

The storage format of the texture.

See also

Please refer to _Texture for more information about texture types.