Package | Description |
---|---|
com.badlogic.gdx.graphics | |
com.badlogic.gdx.graphics.g3d.shaders | |
com.badlogic.gdx.graphics.g3d.utils |
Modifier and Type | Class and Description |
---|---|
class |
Cubemap
Wraps a standard OpenGL ES Cubemap.
|
class |
Texture
A Texture wraps a standard OpenGL ES texture.
|
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 |
TextureBinder.bind(GLTexture texture)
Binds the texture to an available unit.
|
int |
DefaultTextureBinder.bind(GLTexture texture) |
Copyright © 2015. All rights reserved.