Package org.lwjgl.opengles
Class EXTDrawTransformFeedback
- java.lang.Object
-
- org.lwjgl.opengles.EXTDrawTransformFeedback
-
public class EXTDrawTransformFeedback extends java.lang.ObjectNative bindings to the EXT_draw_transform_feedback extension.This extension adds the
DrawTransformFeedbackcommands. These were omitted from OpenGL ES 3.0 because the number of vertices captured by transform feedback could never be different than the number drawn during capture. The addition of geometry shaders in OpenGL ES 3.2 broke that assumption but, due to an oversight,DrawTransformFeedbacket al were not reinstated. TheDrawTransformFeedbackcommands unlock the full potential of geometry shaders.Requires
GLES 3.2.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglDrawTransformFeedbackEXT(int mode, int id)static voidglDrawTransformFeedbackInstancedEXT(int mode, int id, int instancecount)
-