Package org.lwjgl.opengles
Class QCOMExtendedGet2
java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet2
Native bindings to the QCOM_extended_get2 extension.
This extension enables instrumenting the driver for debugging of OpenGL ES applications.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, int @Nullable [] length) Array version of:ExtGetProgramBinarySourceQCOMstatic voidglExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, @Nullable IntBuffer length) static voidglExtGetProgramsQCOM(int @Nullable [] programs, int @Nullable [] numPrograms) Array version of:ExtGetProgramsQCOMstatic voidglExtGetProgramsQCOM(@Nullable IntBuffer programs, @Nullable IntBuffer numPrograms) static voidglExtGetShadersQCOM(int @Nullable [] shaders, int @Nullable [] numShaders) Array version of:ExtGetShadersQCOMstatic voidglExtGetShadersQCOM(@Nullable IntBuffer shaders, @Nullable IntBuffer numShaders) static booleanglExtIsProgramBinaryQCOM(int program) static voidnglExtGetProgramBinarySourceQCOM(int program, int shadertype, long source, long length) static voidnglExtGetProgramsQCOM(long programs, int maxPrograms, long numPrograms) static voidnglExtGetShadersQCOM(long shaders, int maxShaders, long numShaders)
-
Method Details
-
nglExtGetShadersQCOM
public static void nglExtGetShadersQCOM(long shaders, int maxShaders, long numShaders) -
glExtGetShadersQCOM
-
nglExtGetProgramsQCOM
public static void nglExtGetProgramsQCOM(long programs, int maxPrograms, long numPrograms) -
glExtGetProgramsQCOM
-
glExtIsProgramBinaryQCOM
public static boolean glExtIsProgramBinaryQCOM(int program) -
nglExtGetProgramBinarySourceQCOM
public static void nglExtGetProgramBinarySourceQCOM(int program, int shadertype, long source, long length) -
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, @Nullable IntBuffer length) -
glExtGetShadersQCOM
public static void glExtGetShadersQCOM(int @Nullable [] shaders, int @Nullable [] numShaders) Array version of:ExtGetShadersQCOM -
glExtGetProgramsQCOM
public static void glExtGetProgramsQCOM(int @Nullable [] programs, int @Nullable [] numPrograms) Array version of:ExtGetProgramsQCOM -
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, int @Nullable [] length) Array version of:ExtGetProgramBinarySourceQCOM
-