TextureTypeEnums
¶
Texture type.
| TextureTypeTwoDimensional¶ | Two dimensional texture. |
| TextureTypeTwoDimensionalArray¶ | Reserved for future use. Do not use. Two dimensional array texture. |
| TextureTypeTwoDimensionalMultisample¶ | Reserved for future use. Do not use. Two dimensional multisample texture. |
| TextureTypeTwoDimensionalMultisampleArray¶ | Reserved for future use. Do not use. Two dimensional multisample array texture. |
| TextureTypeThreeDimensional¶ | Reserved for future use. Do not use. Three dimensionla texture. |
| TextureTypeCubeMap¶ | Cubemap texture |
| TextureTypeCubeMapArray¶ | Reserved for future use. Do not use. Cubemap array texture. |
| TextureTypeExternal¶ | External texture. \note External textures are specific to OpenGL ES and EGL. |
| TextureTypeCount¶ | Number of valid texture targets. |
| TextureTypeInvalid¶ | Invalid texture target. |