Class OESVertexArrayObject

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

public class OESVertexArrayObject extends Object
  • Field Details

    • GL_VERTEX_ARRAY_BINDING_OES

      public static final int GL_VERTEX_ARRAY_BINDING_OES
      See Also:
  • Method Details

    • glBindVertexArrayOES

      public static void glBindVertexArrayOES(@NativeType("GLuint") int array)
      void glBindVertexArrayOES(GLuint array)
    • nglDeleteVertexArraysOES

      public static void nglDeleteVertexArraysOES(int n, long arrays)
      void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
    • glDeleteVertexArraysOES

      public static void glDeleteVertexArraysOES(@NativeType("GLuint const *") IntBuffer arrays)
      void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
    • glDeleteVertexArraysOES

      public static void glDeleteVertexArraysOES(@NativeType("GLuint const *") int array)
      void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
    • nglGenVertexArraysOES

      public static void nglGenVertexArraysOES(int n, long arrays)
      void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
    • glGenVertexArraysOES

      public static void glGenVertexArraysOES(@NativeType("GLuint *") IntBuffer arrays)
      void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
    • glGenVertexArraysOES

      @NativeType("void") public static int glGenVertexArraysOES()
      void glGenVertexArraysOES(GLsizei n, GLuint * arrays)
    • glIsVertexArrayOES

      @NativeType("GLboolean") public static boolean glIsVertexArrayOES(@NativeType("GLuint") int array)
      GLboolean glIsVertexArrayOES(GLuint array)
    • glDeleteVertexArraysOES

      public static void glDeleteVertexArraysOES(@NativeType("GLuint const *") int[] arrays)
      void glDeleteVertexArraysOES(GLsizei n, GLuint const * arrays)
    • glGenVertexArraysOES

      public static void glGenVertexArraysOES(@NativeType("GLuint *") int[] arrays)
      void glGenVertexArraysOES(GLsizei n, GLuint * arrays)