Class ARBTransformFeedbackInstanced

java.lang.Object
org.lwjgl.opengl.ARBTransformFeedbackInstanced

public class ARBTransformFeedbackInstanced extends Object
Native bindings to the ARB_transform_feedback_instanced extension.

Multiple instances of geometry may be specified to the GL by calling functions such as DrawArraysInstanced and DrawElementsInstanced. Further, the results of a transform feedback operation may be returned to the GL by calling DrawTransformFeedback, or DrawTransformFeedbackStream. However, it is not presently possible to draw multiple instances of data transform feedback without using a query and the resulting round trip from server to client.

This extension adds functionality to draw multiple instances of the result of a transform feedback operation.

Requires OpenGL 4.0 or ARB_transform_feedback2. Requires OpenGL 3.1 or ARB_draw_instanced. Promoted to core in OpenGL 4.2.