Package org.lwjgl.opengles
Class QCOMExtendedGet2
- java.lang.Object
-
- org.lwjgl.opengles.QCOMExtendedGet2
-
public final class QCOMExtendedGet2 extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)static voidglExtGetProgramsQCOM(IntBuffer programs, IntBuffer numPrograms)static voidglExtGetShadersQCOM(IntBuffer shaders, IntBuffer numShaders)static booleanglExtIsProgramBinaryQCOM(int program)
-
-
-
Method Detail
-
glExtGetShadersQCOM
public static void glExtGetShadersQCOM(IntBuffer shaders, IntBuffer numShaders)
-
glExtGetProgramsQCOM
public static void glExtGetProgramsQCOM(IntBuffer programs, IntBuffer numPrograms)
-
glExtIsProgramBinaryQCOM
public static boolean glExtIsProgramBinaryQCOM(int program)
-
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)
-
-