Kanzi  3.9.5
Java API
TextureType Enum Reference

Texture type. More...

Inheritance diagram for TextureType:
[legend]

Public Member Functions

 TextureType (int mValue)
 
 TextureType (TextureType enum_)
 
int getValue ()
 Returns the integer value of the enumeration constant. More...
 
final int swigValue ()
 

Static Public Member Functions

static TextureType swigToEnum (int swigValue)
 
static TextureType toEnum (int value)
 Converts an integer value to the matching enumeration constant. More...
 

Public Attributes

 TextureTypeCount
 Number of valid texture targets.
 
 TextureTypeCubeMap
 Cubemap texture.
 
 TextureTypeCubeMapArray
 Reserved for future use. More...
 
 TextureTypeExternal
 External texture. More...
 
 TextureTypeThreeDimensional
 Reserved for future use. More...
 
 TextureTypeTwoDimensional =(0)
 Two dimensional texture.
 
 TextureTypeTwoDimensionalArray
 Reserved for future use. More...
 
 TextureTypeTwoDimensionalMultisample
 Reserved for future use. More...
 
 TextureTypeTwoDimensionalMultisampleArray
 Reserved for future use. More...
 

Detailed Description

Texture type.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ toEnum()

static TextureType toEnum ( int  value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

Member Data Documentation

◆ TextureTypeCubeMapArray

TextureTypeCubeMapArray

Reserved for future use.

Do not use.
Cubemap array texture.

◆ TextureTypeExternal

TextureTypeExternal

External texture.


Note: External textures are specific to OpenGL ES and EGL.

◆ TextureTypeThreeDimensional

TextureTypeThreeDimensional

Reserved for future use.

Do not use.
Three dimensionla texture.

◆ TextureTypeTwoDimensionalArray

TextureTypeTwoDimensionalArray

Reserved for future use.

Do not use.
Two dimensional array texture.

◆ TextureTypeTwoDimensionalMultisample

TextureTypeTwoDimensionalMultisample

Reserved for future use.

Do not use.
Two dimensional multisample texture.

◆ TextureTypeTwoDimensionalMultisampleArray

TextureTypeTwoDimensionalMultisampleArray

Reserved for future use.

Do not use.
Two dimensional multisample array texture.