Package org.lwjgl.opengles
Class QCOMExtendedGet2
- java.lang.Object
-
- org.lwjgl.opengles.QCOMExtendedGet2
-
public class QCOMExtendedGet2 extends java.lang.ObjectNative bindings to the QCOM_extended_get2 extension.This extension enables instrumenting the driver for debugging of OpenGL ES applications.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, int[] length)Array version of:ExtGetProgramBinarySourceQCOMstatic voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, java.nio.IntBuffer length)static voidglExtGetProgramsQCOM(int[] programs, int[] numPrograms)Array version of:ExtGetProgramsQCOMstatic voidglExtGetProgramsQCOM(java.nio.IntBuffer programs, java.nio.IntBuffer numPrograms)static voidglExtGetShadersQCOM(int[] shaders, int[] numShaders)Array version of:ExtGetShadersQCOMstatic voidglExtGetShadersQCOM(java.nio.IntBuffer shaders, java.nio.IntBuffer numShaders)static booleanglExtIsProgramBinaryQCOM(int program)
-
-
-
Method Detail
-
glExtGetShadersQCOM
public static void glExtGetShadersQCOM(java.nio.IntBuffer shaders, java.nio.IntBuffer numShaders)
-
glExtGetProgramsQCOM
public static void glExtGetProgramsQCOM(java.nio.IntBuffer programs, java.nio.IntBuffer numPrograms)
-
glExtIsProgramBinaryQCOM
public static boolean glExtIsProgramBinaryQCOM(int program)
-
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, java.nio.IntBuffer length)
-
glExtGetShadersQCOM
public static void glExtGetShadersQCOM(int[] shaders, int[] numShaders)Array version of:ExtGetShadersQCOM
-
glExtGetProgramsQCOM
public static void glExtGetProgramsQCOM(int[] programs, int[] numPrograms)Array version of:ExtGetProgramsQCOM
-
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, int[] length)Array version of:ExtGetProgramBinarySourceQCOM
-
-