VisualServerSingleton.TextureType

Values

ValueMeaning
textureType2d0

Normal texture with 2 dimensions, width and height.

textureTypeCubemap2

Texture made up of six faces, can be looked up with a vec3 in shader.

textureType2dArray3

An array of 2-dimensional textures.

textureType3d4

A 3-dimensional texture with width, height, and depth.

Meta