typealias DepthTexture2DMSArray<int format>

Description

Represents a handle to a multisampled 2D depth texture array.

Signature

typealias DepthTexture2DMSArray<int format> = 
    _Texture<float, __Shape2D, 1, 1, 0, 0, 1, 0, format>;

Generic Parameters

format : int = 0

The storage format of the texture.

See also

Please refer to _Texture for more information about texture types.