Package org.lwjgl.opengl
Class NVParameterBufferObject
java.lang.Object
org.lwjgl.opengl.NVParameterBufferObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <target> parameter of ProgramBufferParametersfvNV, ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV, BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer and the <value> parameter of GetIntegerIndexedvEXT:static final int
Accepted by the <target> parameter of ProgramBufferParametersfvNV, ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV, BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer and the <value> parameter of GetIntegerIndexedvEXT:static final int
Accepted by the <pname> parameter of GetProgramivARB:static final int
Accepted by the <pname> parameter of GetProgramivARB:static final int
Accepted by the <target> parameter of ProgramBufferParametersfvNV, ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV, BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer and the <value> parameter of GetIntegerIndexedvEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glProgramBufferParametersINV
(int target, int buffer, int index, IntBuffer params) static void
glProgramBufferParametersIuNV
(int target, int buffer, int index, IntBuffer params) static void
glProgramBufferParametersNV
(int target, int buffer, int index, FloatBuffer params)
-
Field Details
-
GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NV
public static final int GL_MAX_PROGRAM_PARAMETER_BUFFER_BINDINGS_NVAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NV
public static final int GL_MAX_PROGRAM_PARAMETER_BUFFER_SIZE_NVAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV
public static final int GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NVAccepted by the <target> parameter of ProgramBufferParametersfvNV, ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV, BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer and the <value> parameter of GetIntegerIndexedvEXT:- See Also:
-
GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV
public static final int GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NVAccepted by the <target> parameter of ProgramBufferParametersfvNV, ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV, BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer and the <value> parameter of GetIntegerIndexedvEXT:- See Also:
-
GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV
public static final int GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NVAccepted by the <target> parameter of ProgramBufferParametersfvNV, ProgramBufferParametersIivNV, and ProgramBufferParametersIuivNV, BindBufferRangeNV, BindBufferOffsetNV, BindBufferBaseNV, and BindBuffer and the <value> parameter of GetIntegerIndexedvEXT:- See Also:
-
-
Method Details
-
glProgramBufferParametersNV
public static void glProgramBufferParametersNV(int target, int buffer, int index, FloatBuffer params) -
glProgramBufferParametersINV
public static void glProgramBufferParametersINV(int target, int buffer, int index, IntBuffer params) -
glProgramBufferParametersIuNV
public static void glProgramBufferParametersIuNV(int target, int buffer, int index, IntBuffer params)
-