Class AMDTransformFeedback4



  • public final class AMDTransformFeedback4
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_STREAM_RASTERIZATION_AMD
      Accepted by the pname argument to Enablei.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_STREAM_RASTERIZATION_AMD

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