Class AMDTransformFeedback4

java.lang.Object
org.lwjgl.opengl.AMDTransformFeedback4

public final class AMDTransformFeedback4 extends Object
Native bindings to the AMD_transform_feedback4 extension.

This extension enhances transform feedback in two significant ways. First, it allows multiple transform feedback streams to be captured, each with its own, independent primitve type. Second, it allows any combination of streams to be rasterized.

Requires OpenGL 4.0 or ARB_transform_feedback3.

  • Field Details

    • GL_STREAM_RASTERIZATION_AMD

      public static final int GL_STREAM_RASTERIZATION_AMD
      Accepted by the pname argument to Enablei. Disablei and IsEnabledi.
      See Also: