Class GLXNVCopyBuffer

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void glXCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readTarget, int writeTarget, long readOffset, long writeOffset, long size) 
      static void glXNamedCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size) 
      • Methods inherited from class java.lang.Object

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

      • glXCopyBufferSubDataNV

        public static void glXCopyBufferSubDataNV(long display,
                                                  long readCtx,
                                                  long writeCtx,
                                                  int readTarget,
                                                  int writeTarget,
                                                  long readOffset,
                                                  long writeOffset,
                                                  long size)
        Parameters:
        display - the connection to the X server
        readCtx -
        writeCtx -
        readTarget -
        writeTarget -
        readOffset -
        writeOffset -
        size -
      • glXNamedCopyBufferSubDataNV

        public static void glXNamedCopyBufferSubDataNV(long display,
                                                       long readCtx,
                                                       long writeCtx,
                                                       int readBuffer,
                                                       int writeBuffer,
                                                       long readOffset,
                                                       long writeOffset,
                                                       long size)
        Parameters:
        display - the connection to the X server
        readCtx -
        writeCtx -
        readBuffer -
        writeBuffer -
        readOffset -
        writeOffset -
        size -