Enum TextureType
- Namespace
- Pie
- Assembly
- Pie.dll
Various supported types of texture creation.
public enum TextureType
Fields
Cubemap = 3
This texture is a cubemap (width and height, with an implicitly defined ArraySize of 6 * ArraySize.
Texture1D = 0
This texture is a 1D texture (width only).
Texture2D = 1
This texture is a 2D texture (width and height).
Texture3D = 2
This texture is a 3D texture (width, height, and depth).
Remarks
You may note items such as Texture2DArray are missing. These are implicitly used when using an ArraySize of >1