public final class EXTSeparateShaderObjects
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_ACTIVE_PROGRAM_EXT
Accepted by <type> parameter to GetIntegerv and GetFloatv:
|
Modifier and Type | Method and Description |
---|---|
static void |
glActiveProgramEXT(int program) |
static int |
glCreateShaderProgramEXT(int type,
java.nio.ByteBuffer string) |
static int |
glCreateShaderProgramEXT(int type,
java.lang.CharSequence string)
Overloads glCreateShaderProgramEXT.
|
static void |
glUseShaderProgramEXT(int type,
int program) |
public static final int GL_ACTIVE_PROGRAM_EXT
public static void glUseShaderProgramEXT(int type, int program)
public static void glActiveProgramEXT(int program)
public static int glCreateShaderProgramEXT(int type, java.nio.ByteBuffer string)
public static int glCreateShaderProgramEXT(int type, java.lang.CharSequence string)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.