Modifier and Type | Field and Description |
---|---|
static Application |
Gdx.app |
Modifier and Type | Class and Description |
---|---|
class |
AndroidApplication
An implementation of the
Application interface for Android. |
Modifier and Type | Class and Description |
---|---|
class |
GwtApplication
Implementation of an
Application based on GWT. |
Modifier and Type | Class and Description |
---|---|
class |
IOSApplication |
Modifier and Type | Class and Description |
---|---|
class |
JglfwApplication
An OpenGL surface fullscreen or in a lightweight window using GLFW.
|
Modifier and Type | Class and Description |
---|---|
class |
LwjglApplication
An OpenGL surface fullscreen or in a lightweight window.
|
class |
LwjglCanvas
An OpenGL surface on an AWT Canvas, allowing OpenGL to be embedded in a Swing application.
|
Modifier and Type | Method and Description |
---|---|
static void |
Mesh.clearAllMeshes(Application app)
Will clear the managed mesh cache.
|
static void |
Texture.clearAllTextures(Application app)
Clears all managed textures.
|
static void |
Mesh.invalidateAllMeshes(Application app)
Invalidates all meshes so the next time they are rendered new VBO handles are generated.
|
static void |
Texture.invalidateAllTextures(Application app)
Invalidate all managed textures.
|
Modifier and Type | Method and Description |
---|---|
static void |
FrameBuffer.clearAllFrameBuffers(Application app) |
static void |
ShaderProgram.clearAllShaderPrograms(Application app) |
static void |
FrameBuffer.invalidateAllFrameBuffers(Application app)
Invalidates all frame buffers.
|
static void |
ShaderProgram.invalidateAllShaderPrograms(Application app)
Invalidates all shaders so the next time they are used new handles are generated
|