| Package | Description |
|---|---|
| com.badlogic.gdx.graphics | |
| com.badlogic.gdx.graphics.g3d.shaders | |
| com.badlogic.gdx.graphics.g3d.utils | |
| com.badlogic.gdx.graphics.glutils |
| Modifier and Type | Class and Description |
|---|---|
class |
Cubemap
Wraps a standard OpenGL ES Cubemap.
|
class |
Texture
A Texture wraps a standard OpenGL ES texture.
|
class |
TextureArray
Open GLES wrapper for TextureArray
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseShader.set(int uniform,
GLTexture texture) |
| Modifier and Type | Class and Description |
|---|---|
class |
TextureDescriptor<T extends GLTexture> |
| Modifier and Type | Field and Description |
|---|---|
T |
TextureDescriptor.texture |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultTextureBinder.bind(GLTexture texture) |
int |
TextureBinder.bind(GLTexture texture)
Binds the texture to an available unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GLFrameBuffer<T extends GLTexture>
Encapsulates OpenGL ES 2.0 frame buffer objects.
|
| Modifier and Type | Field and Description |
|---|---|
protected T |
GLFrameBuffer.colorTexture
the color buffer texture
|