public class QCOMExtendedGet2
extends java.lang.Object
This extension enables instrumenting the driver for debugging of OpenGL ES applications.
| 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) |
static void |
nglExtGetProgramBinarySourceQCOM(int program,
int shadertype,
long source,
long length) |
static void |
nglExtGetProgramsQCOM(long programs,
int maxPrograms,
long numPrograms) |
static void |
nglExtGetShadersQCOM(long shaders,
int maxShaders,
long numShaders) |
public static void nglExtGetShadersQCOM(long shaders,
int maxShaders,
long numShaders)
public static void glExtGetShadersQCOM(@Nullable
java.nio.IntBuffer shaders,
@Nullable
java.nio.IntBuffer numShaders)
public static void nglExtGetProgramsQCOM(long programs,
int maxPrograms,
long numPrograms)
public static void glExtGetProgramsQCOM(@Nullable
java.nio.IntBuffer programs,
@Nullable
java.nio.IntBuffer numPrograms)
public static boolean glExtIsProgramBinaryQCOM(int program)
public static void nglExtGetProgramBinarySourceQCOM(int program,
int shadertype,
long source,
long length)
public static void glExtGetProgramBinarySourceQCOM(int program,
int shadertype,
java.nio.ByteBuffer source,
@Nullable
java.nio.IntBuffer length)
public static void glExtGetShadersQCOM(@Nullable
int[] shaders,
@Nullable
int[] numShaders)
ExtGetShadersQCOMpublic static void glExtGetProgramsQCOM(@Nullable
int[] programs,
@Nullable
int[] numPrograms)
ExtGetProgramsQCOMpublic static void glExtGetProgramBinarySourceQCOM(int program,
int shadertype,
java.nio.ByteBuffer source,
@Nullable
int[] length)
ExtGetProgramBinarySourceQCOMCopyright LWJGL. All Rights Reserved. License terms.