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