Enumeration MipmapTarget

Binding points for texture faces.

Enumeration Members

TEXTURE_2D: 3553

A two-dimensional texture.

TEXTURE_2D_ARRAY: 35866

A two-dimensional array texture.

TEXTURE_3D: 32879

A three-dimensional texture.

TEXTURE_CUBE_MAP_NEGATIVE_X: 34070

The negative X-axis face for a cube-mapped texture.

TEXTURE_CUBE_MAP_NEGATIVE_Y: 34072

The negative Y-axis face for a cube-mapped texture.

TEXTURE_CUBE_MAP_NEGATIVE_Z: 34074

The negative Z-axis face for a cube-mapped texture.

TEXTURE_CUBE_MAP_POSITIVE_X: 34069

The positive X-axis face for a cube-mapped texture.

TEXTURE_CUBE_MAP_POSITIVE_Y: 34071

The positive Y-axis face for a cube-mapped texture.

TEXTURE_CUBE_MAP_POSITIVE_Z: 34073

The positive Z-axis face for a cube-mapped texture.

Generated using TypeDoc