Table of Contents

Enum TextureDimension

Namespace
Stride.Graphics
Assembly
Stride.dll

Defines the dimension of a texture.

[DataContract]
public enum TextureDimension

Fields

Texture1D = 0

The texture dimension is 1D.

Texture2D = 1

The texture dimension is 2D.

Texture3D = 2

The texture dimension is 3D.

TextureCube = 3

The texture dimension is a CubeMap.