public final class QCOMExtendedGet2 extends Object
Modifier and Type | Method and Description |
---|---|
static 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) |
public static void glExtGetProgramsQCOM(IntBuffer programs, IntBuffer numPrograms)
public static boolean glExtIsProgramBinaryQCOM(int program)
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, ByteBuffer source, IntBuffer length)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.