Class OESMapbuffer


  • public class OESMapbuffer
    extends java.lang.Object
    Native bindings to the OES_mapbuffer extension.

    This extension adds to the vertex buffer object functionality supported by OpenGL ES 1.1 or ES 2.0 by allowing the entire data storage of a buffer object to be mapped into the client's address space.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long glGetBufferPointerOES​(int target, int pname)  
      static void glGetBufferPointervOES​(int target, int pname, org.lwjgl.PointerBuffer params)  
      static java.nio.ByteBuffer glMapBufferOES​(int target, int access)  
      static java.nio.ByteBuffer glMapBufferOES​(int target, int access, long length, java.nio.ByteBuffer old_buffer)  
      static java.nio.ByteBuffer glMapBufferOES​(int target, int access, java.nio.ByteBuffer old_buffer)  
      static boolean glUnmapBufferOES​(int target)  
      static void nglGetBufferPointervOES​(int target, int pname, long params)  
      static long nglMapBufferOES​(int target, int access)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • nglMapBufferOES

        public static long nglMapBufferOES​(int target,
                                           int access)
      • glMapBufferOES

        @Nullable
        public static java.nio.ByteBuffer glMapBufferOES​(int target,
                                                         int access)
      • glMapBufferOES

        @Nullable
        public static java.nio.ByteBuffer glMapBufferOES​(int target,
                                                         int access,
                                                         @Nullable
                                                         java.nio.ByteBuffer old_buffer)
      • glMapBufferOES

        @Nullable
        public static java.nio.ByteBuffer glMapBufferOES​(int target,
                                                         int access,
                                                         long length,
                                                         @Nullable
                                                         java.nio.ByteBuffer old_buffer)
      • glUnmapBufferOES

        public static boolean glUnmapBufferOES​(int target)
      • nglGetBufferPointervOES

        public static void nglGetBufferPointervOES​(int target,
                                                   int pname,
                                                   long params)
      • glGetBufferPointervOES

        public static void glGetBufferPointervOES​(int target,
                                                  int pname,
                                                  org.lwjgl.PointerBuffer params)
      • glGetBufferPointerOES

        public static long glGetBufferPointerOES​(int target,
                                                 int pname)