public final class QCOMExtendedGet2
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
glExtGetProgramBinarySourceQCOM(int program,
int shadertype,
java.nio.ByteBuffer source,
java.nio.IntBuffer length) |
static void |
glExtGetProgramsQCOM(java.nio.IntBuffer programs,
java.nio.IntBuffer numPrograms) |
static void |
glExtGetShadersQCOM(java.nio.IntBuffer shaders,
java.nio.IntBuffer numShaders) |
static boolean |
glExtIsProgramBinaryQCOM(int program) |
public static void glExtGetShadersQCOM(java.nio.IntBuffer shaders, java.nio.IntBuffer numShaders)
public static void glExtGetProgramsQCOM(java.nio.IntBuffer programs, java.nio.IntBuffer numPrograms)
public static boolean glExtIsProgramBinaryQCOM(int program)
public static void glExtGetProgramBinarySourceQCOM(int program, int shadertype, java.nio.ByteBuffer source, java.nio.IntBuffer length)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.