Package org.lwjgl.opengles
Class QCOMExtendedGet2
java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet2
Native bindings to the QCOM_extended_get2 extension.
This extension enables instrumenting the driver for debugging of OpenGL ES applications.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, int[] length) Array version of:ExtGetProgramBinarySourceQCOMstatic voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length) static voidglExtGetProgramsQCOM(int[] programs, int[] numPrograms) Array version of:ExtGetProgramsQCOMstatic voidglExtGetProgramsQCOM(IntBuffer programs, IntBuffer numPrograms) static voidglExtGetShadersQCOM(int[] shaders, int[] numShaders) Array version of:ExtGetShadersQCOMstatic voidglExtGetShadersQCOM(IntBuffer shaders, IntBuffer numShaders) static booleanglExtIsProgramBinaryQCOM(int program) static voidnglExtGetProgramBinarySourceQCOM(int program, int shadertype, long source, long length) static voidnglExtGetProgramsQCOM(long programs, int maxPrograms, long numPrograms) static voidnglExtGetShadersQCOM(long shaders, int maxShaders, long numShaders)
-
Method Details
-
nglExtGetShadersQCOM
public static void nglExtGetShadersQCOM(long shaders, int maxShaders, long numShaders) -
glExtGetShadersQCOM
-
nglExtGetProgramsQCOM
public static void nglExtGetProgramsQCOM(long programs, int maxPrograms, long numPrograms) -
glExtGetProgramsQCOM
-
glExtIsProgramBinaryQCOM
public static boolean glExtIsProgramBinaryQCOM(int program) -
nglExtGetProgramBinarySourceQCOM
public static void nglExtGetProgramBinarySourceQCOM(int program, int shadertype, long source, long length) -
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, @Nullable IntBuffer length) -
glExtGetShadersQCOM
public static void glExtGetShadersQCOM(@Nullable int[] shaders, @Nullable int[] numShaders) Array version of:ExtGetShadersQCOM -
glExtGetProgramsQCOM
public static void glExtGetProgramsQCOM(@Nullable int[] programs, @Nullable int[] numPrograms) Array version of:ExtGetProgramsQCOM -
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, @Nullable int[] length) Array version of:ExtGetProgramBinarySourceQCOM
-