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

Packages that use Texture
com.neovisionaries.android.opengl   
 

Uses of Texture in com.neovisionaries.android.opengl
 

Classes in com.neovisionaries.android.opengl with type parameters of type Texture
 class Texture<TTexture extends Texture<TTexture>>
          OpenGL ES texture.
 

Subclasses of Texture in com.neovisionaries.android.opengl
 class Texture2D
          OpenGL ES 2D texture.
 class TextureCubeMap
          OpenGL ES cube map texture.
 

Methods in com.neovisionaries.android.opengl with parameters of type Texture
 Sampler Sampler.set(Texture<?> texture)
          Set a texture to this uniform sampler variable.