Uses of Interface
com.badlogic.gdx.graphics.GL32
-
Packages that use GL32 Package Description com.badlogic.gdx com.badlogic.gdx.graphics.profiling -
-
Uses of GL32 in com.badlogic.gdx
Fields in com.badlogic.gdx declared as GL32 Modifier and Type Field Description static GL32Gdx. gl32Methods in com.badlogic.gdx that return GL32 Modifier and Type Method Description GL32Graphics. getGL32()Methods in com.badlogic.gdx with parameters of type GL32 Modifier and Type Method Description voidGraphics. setGL32(GL32 gl32)Set the GL32 instance -
Uses of GL32 in com.badlogic.gdx.graphics.profiling
Classes in com.badlogic.gdx.graphics.profiling that implement GL32 Modifier and Type Class Description classGL32InterceptorConstructors in com.badlogic.gdx.graphics.profiling with parameters of type GL32 Constructor Description GL32Interceptor(GLProfiler glProfiler, GL32 gl32)
-