org.lwjgl.opengl
Class ARBTransformFeedback3

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

public final class ARBTransformFeedback3
extends java.lang.Object


Field Summary
static int GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
          Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:
static int GL_MAX_VERTEX_STREAMS
          Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:
 
Method Summary
static void glBeginQueryIndexed(int target, int index, int id)
           
static void glDrawTransformFeedbackStream(int mode, int id, int stream)
           
static void glEndQueryIndexed(int target, int index)
           
static int glGetQueryIndexed(int target, int index, int pname)
          Overloads glGetQueryIndexediv.
static void glGetQueryIndexed(int target, int index, int pname, java.nio.IntBuffer params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_MAX_TRANSFORM_FEEDBACK_BUFFERS

public static final int GL_MAX_TRANSFORM_FEEDBACK_BUFFERS
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:

See Also:
Constant Field Values

GL_MAX_VERTEX_STREAMS

public static final int GL_MAX_VERTEX_STREAMS
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv:

See Also:
Constant Field Values
Method Detail

glDrawTransformFeedbackStream

public static void glDrawTransformFeedbackStream(int mode,
                                                 int id,
                                                 int stream)

glBeginQueryIndexed

public static void glBeginQueryIndexed(int target,
                                       int index,
                                       int id)

glEndQueryIndexed

public static void glEndQueryIndexed(int target,
                                     int index)

glGetQueryIndexed

public static void glGetQueryIndexed(int target,
                                     int index,
                                     int pname,
                                     java.nio.IntBuffer params)

glGetQueryIndexed

public static int glGetQueryIndexed(int target,
                                    int index,
                                    int pname)
Overloads glGetQueryIndexediv.



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