org.lwjgl.opengl
Class NVVertexProgram2Option

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

public final class NVVertexProgram2Option
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:
 
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


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