Package org.lwjgl.opengl
Class EXTSeparateShaderObjects
java.lang.Object
org.lwjgl.opengl.EXTSeparateShaderObjects
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by <type> parameter to GetIntegerv and GetFloatv: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglActiveProgramEXT(int program) static intglCreateShaderProgramEXT(int type, CharSequence string) Overloads glCreateShaderProgramEXT.static intglCreateShaderProgramEXT(int type, ByteBuffer string) static voidglUseShaderProgramEXT(int type, int program)
-
Field Details
-
GL_ACTIVE_PROGRAM_EXT
public static final int GL_ACTIVE_PROGRAM_EXTAccepted by <type> parameter to GetIntegerv and GetFloatv:- See Also:
-
-
Method Details
-
glUseShaderProgramEXT
public static void glUseShaderProgramEXT(int type, int program) -
glActiveProgramEXT
public static void glActiveProgramEXT(int program) -
glCreateShaderProgramEXT
-
glCreateShaderProgramEXT
Overloads glCreateShaderProgramEXT.
-