Table of Contents

Enum TextureDimension

Namespace
Stride.Graphics
Assembly
Stride.dll

Identifies the type of Texture resource being used.

[DataContract]
public enum TextureDimension
Extension Methods

Fields

Texture1D = 0

The Texture is a one-dimensional (1D) texture.

Texture2D = 1

The Texture is a two-dimensional (2D) texture.

Texture3D = 2

The Texture is a three-dimensional (3D) texture (also known as a Volume Texture).

TextureCube = 3

The Texture is a Cube Map, six two-dimensional images forming a cube, each with their own mip-chain.