Package org.lwjgl.opengl
Class ARBProgram
java.lang.Object
org.lwjgl.opengl.ARBProgram
- Direct Known Subclasses:
ARBFragmentProgram
,ARBVertexProgram
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode:static final int
Accepted by the <mode> parameter of MatrixMode: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 <pname> parameter of GetProgramivARB:static final int
Accepted by the <pname> parameter of GetProgramivARB:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: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 <pname> parameter of GetProgramivARB: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 <pname> parameter of GetProgramivARB: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 <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:static final int
Accepted by the <name> parameter of GetString:static final int
Accepted by the <pname> parameter of GetProgramivARB:static final int
Accepted by the <format> parameter of ProgramStringARB: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 <pname> parameter of GetProgramivARB: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 <pname> parameter of GetProgramivARB:static final int
Accepted by the <pname> parameter of GetProgramivARB:static final int
Accepted by the <pname> parameter of GetProgramStringARB: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 <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBindProgramARB
(int target, int program) static void
glDeleteProgramsARB
(int program) Overloads glDeleteProgramsARB.static void
glDeleteProgramsARB
(IntBuffer programs) static int
Overloads glGenProgramsARB.static void
glGenProgramsARB
(IntBuffer programs) static int
glGetProgramARB
(int target, int parameterName) Deprecated.Will be removed in 3.0.static void
glGetProgramARB
(int target, int parameterName, IntBuffer params) static void
glGetProgramEnvParameterARB
(int target, int index, DoubleBuffer params) static void
glGetProgramEnvParameterARB
(int target, int index, FloatBuffer params) static int
glGetProgramiARB
(int target, int parameterName) Overloads glGetProgramivARB.static void
glGetProgramLocalParameterARB
(int target, int index, DoubleBuffer params) static void
glGetProgramLocalParameterARB
(int target, int index, FloatBuffer params) static String
glGetProgramStringARB
(int target, int parameterName) Overloads glGetProgramStringARB.static void
glGetProgramStringARB
(int target, int parameterName, ByteBuffer paramString) static boolean
glIsProgramARB
(int program) static void
glProgramEnvParameter4ARB
(int target, int index, DoubleBuffer params) static void
glProgramEnvParameter4ARB
(int target, int index, FloatBuffer params) static void
glProgramEnvParameter4dARB
(int target, int index, double x, double y, double z, double w) static void
glProgramEnvParameter4fARB
(int target, int index, float x, float y, float z, float w) static void
glProgramLocalParameter4ARB
(int target, int index, DoubleBuffer params) static void
glProgramLocalParameter4ARB
(int target, int index, FloatBuffer params) static void
glProgramLocalParameter4dARB
(int target, int index, double x, double y, double z, double w) static void
glProgramLocalParameter4fARB
(int target, int index, float x, float y, float z, float w) static void
glProgramStringARB
(int target, int format, CharSequence string) Overloads glProgramStringARB.static void
glProgramStringARB
(int target, int format, ByteBuffer string)
-
Field Details
-
GL_PROGRAM_FORMAT_ASCII_ARB
public static final int GL_PROGRAM_FORMAT_ASCII_ARBAccepted by the <format> parameter of ProgramStringARB:- See Also:
-
GL_PROGRAM_LENGTH_ARB
public static final int GL_PROGRAM_LENGTH_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_FORMAT_ARB
public static final int GL_PROGRAM_FORMAT_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_BINDING_ARB
public static final int GL_PROGRAM_BINDING_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_INSTRUCTIONS_ARB
public static final int GL_PROGRAM_INSTRUCTIONS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_INSTRUCTIONS_ARB
public static final int GL_MAX_PROGRAM_INSTRUCTIONS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_NATIVE_INSTRUCTIONS_ARB
public static final int GL_PROGRAM_NATIVE_INSTRUCTIONS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARB
public static final int GL_MAX_PROGRAM_NATIVE_INSTRUCTIONS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_TEMPORARIES_ARB
public static final int GL_PROGRAM_TEMPORARIES_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_TEMPORARIES_ARB
public static final int GL_MAX_PROGRAM_TEMPORARIES_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_NATIVE_TEMPORARIES_ARB
public static final int GL_PROGRAM_NATIVE_TEMPORARIES_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARB
public static final int GL_MAX_PROGRAM_NATIVE_TEMPORARIES_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_PARAMETERS_ARB
public static final int GL_PROGRAM_PARAMETERS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_PARAMETERS_ARB
public static final int GL_MAX_PROGRAM_PARAMETERS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_NATIVE_PARAMETERS_ARB
public static final int GL_PROGRAM_NATIVE_PARAMETERS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARB
public static final int GL_MAX_PROGRAM_NATIVE_PARAMETERS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_ATTRIBS_ARB
public static final int GL_PROGRAM_ATTRIBS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_ATTRIBS_ARB
public static final int GL_MAX_PROGRAM_ATTRIBS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_NATIVE_ATTRIBS_ARB
public static final int GL_PROGRAM_NATIVE_ATTRIBS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARB
public static final int GL_MAX_PROGRAM_NATIVE_ATTRIBS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARB
public static final int GL_MAX_PROGRAM_LOCAL_PARAMETERS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_MAX_PROGRAM_ENV_PARAMETERS_ARB
public static final int GL_MAX_PROGRAM_ENV_PARAMETERS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB
public static final int GL_PROGRAM_UNDER_NATIVE_LIMITS_ARBAccepted by the <pname> parameter of GetProgramivARB:- See Also:
-
GL_PROGRAM_STRING_ARB
public static final int GL_PROGRAM_STRING_ARBAccepted by the <pname> parameter of GetProgramStringARB:- See Also:
-
GL_PROGRAM_ERROR_POSITION_ARB
public static final int GL_PROGRAM_ERROR_POSITION_ARBAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_CURRENT_MATRIX_ARB
public static final int GL_CURRENT_MATRIX_ARBAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_TRANSPOSE_CURRENT_MATRIX_ARB
public static final int GL_TRANSPOSE_CURRENT_MATRIX_ARBAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_CURRENT_MATRIX_STACK_DEPTH_ARB
public static final int GL_CURRENT_MATRIX_STACK_DEPTH_ARBAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_MAX_PROGRAM_MATRICES_ARB
public static final int GL_MAX_PROGRAM_MATRICES_ARBAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARB
public static final int GL_MAX_PROGRAM_MATRIX_STACK_DEPTH_ARBAccepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:- See Also:
-
GL_PROGRAM_ERROR_STRING_ARB
public static final int GL_PROGRAM_ERROR_STRING_ARBAccepted by the <name> parameter of GetString:- See Also:
-
GL_MATRIX0_ARB
public static final int GL_MATRIX0_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX1_ARB
public static final int GL_MATRIX1_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX2_ARB
public static final int GL_MATRIX2_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX3_ARB
public static final int GL_MATRIX3_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX4_ARB
public static final int GL_MATRIX4_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX5_ARB
public static final int GL_MATRIX5_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX6_ARB
public static final int GL_MATRIX6_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX7_ARB
public static final int GL_MATRIX7_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX8_ARB
public static final int GL_MATRIX8_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX9_ARB
public static final int GL_MATRIX9_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX10_ARB
public static final int GL_MATRIX10_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX11_ARB
public static final int GL_MATRIX11_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX12_ARB
public static final int GL_MATRIX12_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX13_ARB
public static final int GL_MATRIX13_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX14_ARB
public static final int GL_MATRIX14_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX15_ARB
public static final int GL_MATRIX15_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX16_ARB
public static final int GL_MATRIX16_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX17_ARB
public static final int GL_MATRIX17_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX18_ARB
public static final int GL_MATRIX18_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX19_ARB
public static final int GL_MATRIX19_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX20_ARB
public static final int GL_MATRIX20_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX21_ARB
public static final int GL_MATRIX21_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX22_ARB
public static final int GL_MATRIX22_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX23_ARB
public static final int GL_MATRIX23_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX24_ARB
public static final int GL_MATRIX24_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX25_ARB
public static final int GL_MATRIX25_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX26_ARB
public static final int GL_MATRIX26_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX27_ARB
public static final int GL_MATRIX27_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX28_ARB
public static final int GL_MATRIX28_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX29_ARB
public static final int GL_MATRIX29_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX30_ARB
public static final int GL_MATRIX30_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
GL_MATRIX31_ARB
public static final int GL_MATRIX31_ARBAccepted by the <mode> parameter of MatrixMode:- See Also:
-
-
Constructor Details
-
ARBProgram
public ARBProgram()
-
-
Method Details
-
glProgramStringARB
-
glProgramStringARB
Overloads glProgramStringARB. -
glBindProgramARB
public static void glBindProgramARB(int target, int program) -
glDeleteProgramsARB
-
glDeleteProgramsARB
public static void glDeleteProgramsARB(int program) Overloads glDeleteProgramsARB. -
glGenProgramsARB
-
glGenProgramsARB
public static int glGenProgramsARB()Overloads glGenProgramsARB. -
glProgramEnvParameter4fARB
public static void glProgramEnvParameter4fARB(int target, int index, float x, float y, float z, float w) -
glProgramEnvParameter4dARB
public static void glProgramEnvParameter4dARB(int target, int index, double x, double y, double z, double w) -
glProgramEnvParameter4ARB
-
glProgramEnvParameter4ARB
-
glProgramLocalParameter4fARB
public static void glProgramLocalParameter4fARB(int target, int index, float x, float y, float z, float w) -
glProgramLocalParameter4dARB
public static void glProgramLocalParameter4dARB(int target, int index, double x, double y, double z, double w) -
glProgramLocalParameter4ARB
-
glProgramLocalParameter4ARB
-
glGetProgramEnvParameterARB
-
glGetProgramEnvParameterARB
-
glGetProgramLocalParameterARB
-
glGetProgramLocalParameterARB
-
glGetProgramARB
-
glGetProgramARB
Deprecated.Will be removed in 3.0. UseglGetProgramiARB(int, int)
instead.Overloads glGetProgramivARB. -
glGetProgramiARB
public static int glGetProgramiARB(int target, int parameterName) Overloads glGetProgramivARB. -
glGetProgramStringARB
-
glGetProgramStringARB
Overloads glGetProgramStringARB. -
glIsProgramARB
public static boolean glIsProgramARB(int program)
-