Class ARBInstancedArrays


  • public final class ARBInstancedArrays
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
      Accepted by the <pname> parameters of GetVertexAttribdv, GetVertexAttribfv, and GetVertexAttribiv:
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void glVertexAttribDivisorARB​(int index, int divisor)  
      • Methods inherited from class java.lang.Object

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

      • GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB

        public static final int GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
        Accepted by the <pname> parameters of GetVertexAttribdv, GetVertexAttribfv, and GetVertexAttribiv:
        See Also:
        Constant Field Values
    • Method Detail

      • glVertexAttribDivisorARB

        public static void glVertexAttribDivisorARB​(int index,
                                                    int divisor)