Enum VisualServerSingleton.TextureType
enum TextureType
: int { ... }
Enum members
Name | Description |
---|---|
textureType2d
|
Normal texture with 2 dimensions, width and height. |
textureType2dArray
|
An array of 2-dimensional textures. |
textureType3d
|
A 3-dimensional texture with width, height, and depth. |
textureTypeCubemap
|
Texture made up of six faces, can be looked up with a vec3 in shader.
|