Package org.lwjgl.opengles
Class QCOMExtendedGet2
java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet2
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
glExtGetShadersQCOM
-
glExtGetProgramsQCOM
-
glExtIsProgramBinaryQCOM
public static boolean glExtIsProgramBinaryQCOM(int program) -
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)
-