Interface IGLBufferObject

All Known Implementing Classes:
GLBufferObject15, GLBufferObjectARB

public interface IGLBufferObject
  • Method Details

    • GL_ARRAY_BUFFER

      int GL_ARRAY_BUFFER()
    • GL_ELEMENT_ARRAY_BUFFER

      int GL_ELEMENT_ARRAY_BUFFER()
    • GL_STATIC_DRAW

      int GL_STATIC_DRAW()
    • GL_STREAM_DRAW

      int GL_STREAM_DRAW()
    • GL_BUFFER_SIZE

      int GL_BUFFER_SIZE()
    • GL_WRITE_ONLY

      int GL_WRITE_ONLY()
    • glGenBuffers

      int glGenBuffers()
    • glBindBuffer

      void glBindBuffer(int int1, int int2)
    • glDeleteBuffers

      void glDeleteBuffers(int int1)
    • glBufferData

      void glBufferData(int int1, ByteBuffer byteBuffer, int int2)
    • glBufferData

      void glBufferData(int int1, long long1, int int2)
    • glMapBuffer

      ByteBuffer glMapBuffer(int int1, int int2, long long1, ByteBuffer byteBuffer)
    • glUnmapBuffer

      boolean glUnmapBuffer(int int1)
    • glGetBufferParameter

      void glGetBufferParameter(int int1, int int2, IntBuffer intBuffer)