Uses of Class
com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration.GLEmulation
-
Packages that use Lwjgl3ApplicationConfiguration.GLEmulation Package Description com.badlogic.gdx.backends.lwjgl3 -
-
Uses of Lwjgl3ApplicationConfiguration.GLEmulation in com.badlogic.gdx.backends.lwjgl3
Methods in com.badlogic.gdx.backends.lwjgl3 that return Lwjgl3ApplicationConfiguration.GLEmulation Modifier and Type Method Description static Lwjgl3ApplicationConfiguration.GLEmulationLwjgl3ApplicationConfiguration.GLEmulation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Lwjgl3ApplicationConfiguration.GLEmulation[]Lwjgl3ApplicationConfiguration.GLEmulation. 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 Lwjgl3ApplicationConfiguration.GLEmulation Modifier and Type Method Description voidLwjgl3ApplicationConfiguration. setOpenGLEmulation(Lwjgl3ApplicationConfiguration.GLEmulation glVersion, int gles3MajorVersion, int gles3MinorVersion)Sets which OpenGL version to use to emulate OpenGL ES.
-