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

Packages that use TextureState
com.neovisionaries.android.opengl   
 

Uses of TextureState in com.neovisionaries.android.opengl
 

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