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

  • Method Details

    • glBindVertexArray

      void glBindVertexArray(int array)
    • glDeleteVertexArrays

      void glDeleteVertexArrays(IntBuffer arrays)
    • glGenVertexArrays

      void glGenVertexArrays(IntBuffer arrays)