Enum RenderingDevice.TextureType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingDevice.TextureType : long
Fields
Cube = 3Cubemap texture.
CubeArray = 6Array of Cubemap textures.
Max = 7Represents the size of the RenderingDevice.TextureType enum.
Type1D = 01-dimensional texture.
Type1DArray = 4Array of 1-dimensional textures.
Type2D = 12-dimensional texture.
Type2DArray = 5Array of 2-dimensional textures.
Type3D = 23-dimensional texture.