Uses of Class
com.neovisionaries.android.opengl.TextureType

Packages that use TextureType
com.neovisionaries.android.opengl   
 

Uses of TextureType in com.neovisionaries.android.opengl
 

Methods in com.neovisionaries.android.opengl that return TextureType
 TextureType Texture.getType()
          Get the type of this texture.
static TextureType TextureType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextureType[] TextureType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.neovisionaries.android.opengl with parameters of type TextureType
Texture(TextureType type)
          A constructor with a texture type.