Class OESVertexArrayObject

java.lang.Object
org.lwjgl.opengles.OESVertexArrayObject

public final class OESVertexArrayObject extends Object
  • Field Details

    • 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:
  • Method Details

    • glBindVertexArrayOES

      public static void glBindVertexArrayOES(int array)
    • glDeleteVertexArraysOES

      public static void glDeleteVertexArraysOES(IntBuffer arrays)
    • glDeleteVertexArraysOES

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

      public static void glGenVertexArraysOES(IntBuffer arrays)
    • glGenVertexArraysOES

      public static int glGenVertexArraysOES()
      Overloads glGenVertexArraysOES.
    • glIsVertexArrayOES

      public static boolean glIsVertexArrayOES(int array)