Package org.lwjgl.opengl
Class NVFragmentProgram2
- java.lang.Object
-
- org.lwjgl.opengl.NVFragmentProgram2
-
public final class NVFragmentProgram2 extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_MAX_PROGRAM_CALL_DEPTH_NV
Accepted by the <pname> parameter of GetProgramivARB:static int
GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV
Accepted by the <pname> parameter of GetProgramivARB:static int
GL_MAX_PROGRAM_IF_DEPTH_NV
Accepted by the <pname> parameter of GetProgramivARB:static int
GL_MAX_PROGRAM_LOOP_COUNT_NV
Accepted by the <pname> parameter of GetProgramivARB:static int
GL_MAX_PROGRAM_LOOP_DEPTH_NV
Accepted by the <pname> parameter of GetProgramivARB:
-
-
-
Field Detail
-
GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV
public static final int GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV
Accepted by the <pname> parameter of GetProgramivARB:- See Also:
- Constant Field Values
-
GL_MAX_PROGRAM_CALL_DEPTH_NV
public static final int GL_MAX_PROGRAM_CALL_DEPTH_NV
Accepted by the <pname> parameter of GetProgramivARB:- See Also:
- Constant Field Values
-
GL_MAX_PROGRAM_IF_DEPTH_NV
public static final int GL_MAX_PROGRAM_IF_DEPTH_NV
Accepted by the <pname> parameter of GetProgramivARB:- See Also:
- Constant Field Values
-
GL_MAX_PROGRAM_LOOP_DEPTH_NV
public static final int GL_MAX_PROGRAM_LOOP_DEPTH_NV
Accepted by the <pname> parameter of GetProgramivARB:- See Also:
- Constant Field Values
-
GL_MAX_PROGRAM_LOOP_COUNT_NV
public static final int GL_MAX_PROGRAM_LOOP_COUNT_NV
Accepted by the <pname> parameter of GetProgramivARB:- See Also:
- Constant Field Values
-
-