Interface GLES_30

All Superinterfaces:
GL
All Known Implementing Classes:
AndroidGL, IosGL

public interface GLES_30 extends GL
GL functions and constants only available on vanilla OpenGL ES 3.0.
  • Field Details Link icon

  • Method Details Link icon

    • glBindVertexArray Link icon

      void glBindVertexArray(int array)
    • glDeleteVertexArrays Link icon

      void glDeleteVertexArrays(IntBuffer arrays)
    • glGenVertexArrays Link icon

      void glGenVertexArrays(IntBuffer arrays)