Class GLXNVCopyBuffer

java.lang.Object
org.lwjgl.opengl.GLXNVCopyBuffer

public class GLXNVCopyBuffer extends Object
Native bindings to the GLX_NV_copy_buffer extension.

Extends ARB_copy_buffer to have GLX bindings.

  • Method Details

    • 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
    • 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