TextureDimension Enum
Namespace: Stride.GraphicsAssembly: Stride.dll
Defines the dimension of a texture.
[DataContract]
public enum TextureDimension
Fields
| Name | Description |
|---|---|
| Texture1D | The texture dimension is 1D. |
| Texture2D | The texture dimension is 2D. |
| Texture3D | The texture dimension is 3D. |
| TextureCube | The texture dimension is a CubeMap. |