| Package | Description |
|---|---|
| com.badlogic.gdx.backends.lwjgl3 |
| Modifier and Type | Method and Description |
|---|---|
static Lwjgl3Application.GLDebugMessageSeverity |
Lwjgl3Application.GLDebugMessageSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lwjgl3Application.GLDebugMessageSeverity[] |
Lwjgl3Application.GLDebugMessageSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Lwjgl3Application.setGLDebugMessageControl(Lwjgl3Application.GLDebugMessageSeverity severity,
boolean enabled)
Enables or disables GL debug messages for the specified severity level.
|
Copyright © 2021. All rights reserved.