org.lwjgl.opengl
Class NVFragmentProgram2

java.lang.Object
  extended by org.lwjgl.opengl.NVFragmentProgram2

public final class NVFragmentProgram2
extends java.lang.Object


Field Summary
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:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.