Class OESVertexArrayObject


  • public final class OESVertexArrayObject
    extends java.lang.Object
    • Field Detail

      • GL_VERTEX_ARRAY_BINDING_OES

        public static final int GL_VERTEX_ARRAY_BINDING_OES
        Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv:
        See Also:
        Constant Field Values
    • Method Detail

      • glBindVertexArrayOES

        public static void glBindVertexArrayOES​(int array)
      • glDeleteVertexArraysOES

        public static void glDeleteVertexArraysOES​(java.nio.IntBuffer arrays)
      • glDeleteVertexArraysOES

        public static void glDeleteVertexArraysOES​(int array)
        Overloads glDeleteVertexArraysOES.
      • glGenVertexArraysOES

        public static void glGenVertexArraysOES​(java.nio.IntBuffer arrays)
      • glGenVertexArraysOES

        public static int glGenVertexArraysOES()
        Overloads glGenVertexArraysOES.
      • glIsVertexArrayOES

        public static boolean glIsVertexArrayOES​(int array)