org.lwjgl.opengles
Class QCOMExtendedGet2
java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet2
public final class QCOMExtendedGet2
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
glExtGetShadersQCOM
public static void glExtGetShadersQCOM(java.nio.IntBuffer shaders,
java.nio.IntBuffer numShaders)
glExtGetProgramsQCOM
public static void glExtGetProgramsQCOM(java.nio.IntBuffer programs,
java.nio.IntBuffer numPrograms)
glExtIsProgramBinaryQCOM
public static boolean glExtIsProgramBinaryQCOM(int program)
glExtGetProgramBinarySourceQCOM
public static void glExtGetProgramBinarySourceQCOM(int program,
int shadertype,
java.nio.ByteBuffer source,
java.nio.IntBuffer length)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.