Package org.lwjgl.opengl
Class ARBGetProgramBinary
java.lang.Object
org.lwjgl.opengl.ARBGetProgramBinary
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv and GetDoublev:static final intAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv and GetDoublev:static final intAccepted by the <pname> parameter of GetProgramiv:static final intAccepted by the <pname> parameter of ProgramParameteri and GetProgramiv: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglGetProgramBinary(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary) static voidglProgramBinary(int program, int binaryFormat, ByteBuffer binary) static voidglProgramParameteri(int program, int pname, int value)
-
Field Details
-
GL_PROGRAM_BINARY_RETRIEVABLE_HINT
public static final int GL_PROGRAM_BINARY_RETRIEVABLE_HINTAccepted by the <pname> parameter of ProgramParameteri and GetProgramiv:- See Also:
-
GL_PROGRAM_BINARY_LENGTH
public static final int GL_PROGRAM_BINARY_LENGTHAccepted by the <pname> parameter of GetProgramiv:- See Also:
-
GL_NUM_PROGRAM_BINARY_FORMATS
public static final int GL_NUM_PROGRAM_BINARY_FORMATSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv and GetDoublev:- See Also:
-
GL_PROGRAM_BINARY_FORMATS
public static final int GL_PROGRAM_BINARY_FORMATSAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetInteger64v, GetFloatv and GetDoublev:- See Also:
-
-
Method Details
-
glGetProgramBinary
public static void glGetProgramBinary(int program, IntBuffer length, IntBuffer binaryFormat, ByteBuffer binary) -
glProgramBinary
-
glProgramParameteri
public static void glProgramParameteri(int program, int pname, int value)
-