Uses of Class
com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.GLDebugMessageSeverity
-
Packages that use Lwjgl3Application.GLDebugMessageSeverity Package Description com.badlogic.gdx.backends.lwjgl3 -
-
Uses of Lwjgl3Application.GLDebugMessageSeverity in com.badlogic.gdx.backends.lwjgl3
Methods in com.badlogic.gdx.backends.lwjgl3 that return Lwjgl3Application.GLDebugMessageSeverity Modifier and Type Method Description static Lwjgl3Application.GLDebugMessageSeverityLwjgl3Application.GLDebugMessageSeverity. valueOf(java.lang.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.Methods in com.badlogic.gdx.backends.lwjgl3 with parameters of type Lwjgl3Application.GLDebugMessageSeverity Modifier and Type Method Description static booleanLwjgl3Application. setGLDebugMessageControl(Lwjgl3Application.GLDebugMessageSeverity severity, boolean enabled)Enables or disables GL debug messages for the specified severity level.
-