Package org.lwjgl.opengles
Class QCOMExtendedGet2
- java.lang.Object
-
- org.lwjgl.opengles.QCOMExtendedGet2
-
public class QCOMExtendedGet2 extends java.lang.Object
Native 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 void
glExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, int[] length)
Array version of:ExtGetProgramBinarySourceQCOM
static void
glExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, java.nio.IntBuffer length)
static void
glExtGetProgramsQCOM(int[] programs, int[] numPrograms)
Array version of:ExtGetProgramsQCOM
static void
glExtGetProgramsQCOM(java.nio.IntBuffer programs, java.nio.IntBuffer numPrograms)
static void
glExtGetShadersQCOM(int[] shaders, int[] numShaders)
Array version of:ExtGetShadersQCOM
static void
glExtGetShadersQCOM(java.nio.IntBuffer shaders, java.nio.IntBuffer numShaders)
static boolean
glExtIsProgramBinaryQCOM(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
-
-