Class ARBTransformFeedbackInstanced

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void glDrawTransformFeedbackInstanced(int mode, int id, int primcount)
      Renders multiple instances of primitives using a count derived from a transform feedback object.
      static void glDrawTransformFeedbackStreamInstanced(int mode, int id, int stream, int primcount)
      Renders multiple instances of primitives using a count derived from a specifed stream of a transform feedback object.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait