typealias Sampler2DMSArray<T, int sampleCount, int format>¶
Description¶
Represents a handle to a read-only, multisampled 2D combined texture-sampler array.
Signature¶
typealias Sampler2DMSArray<T, int sampleCount, int format> = _Texture<T, __Shape2D, 1, 1, sampleCount, 0, 0, 1, format>;
Generic Parameters¶
T: ITexelElement = vector<float, 4>¶
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.