Texture type. More...
Public Member Functions | |
| TextureType (int value) | |
| Constructs a TextureType of an integer value. | |
| TextureType (TextureType enum_) | |
| Constructs a copy of a TextureType object. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static TextureType | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static TextureType | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| TextureTypeCount =(8) | |
| Number of valid texture targets. | |
| TextureTypeCubeMap =(5) | |
| Cubemap texture. | |
| TextureTypeCubeMapArray =(6) | |
| Reserved for future use. | |
| TextureTypeExternal =(7) | |
| External texture. | |
| TextureTypeInvalid =(9) | |
| Invalid texture target. | |
| TextureTypeThreeDimensional =(4) | |
| Reserved for future use. | |
| TextureTypeTwoDimensional =(0) | |
| Two dimensional texture. | |
| TextureTypeTwoDimensionalArray =(1) | |
| Reserved for future use. | |
| TextureTypeTwoDimensionalMultisample =(2) | |
| Reserved for future use. | |
| TextureTypeTwoDimensionalMultisampleArray =(3) | |
| Reserved for future use. | |
Texture type.
| TextureType | ( | int | value | ) |
Constructs a TextureType of an integer value.
| value | Integer value to convert to enumeration constant. |
| TextureType | ( | TextureType | enum_ | ) |
Constructs a copy of a TextureType object.
| enum_ | TextureType to be copy constructed. |
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
| swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |
| TextureTypeCubeMapArray =(6) |
Reserved for future use.
Do not use.
Cubemap array texture.
| TextureTypeExternal =(7) |
External texture.
Note: External textures are specific to OpenGL ES and EGL.
| TextureTypeThreeDimensional =(4) |
Reserved for future use.
Do not use.
Three dimensionla texture.
| TextureTypeTwoDimensionalArray =(1) |
Reserved for future use.
Do not use.
Two dimensional array texture.
| TextureTypeTwoDimensionalMultisample =(2) |
Reserved for future use.
Do not use.
Two dimensional multisample texture.
| TextureTypeTwoDimensionalMultisampleArray =(3) |
Reserved for future use.
Do not use.
Two dimensional multisample array texture.