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