Class NVCopyBuffer

java.lang.Object
org.lwjgl.opengles.NVCopyBuffer

public class NVCopyBuffer extends Object
  • Field Details

    • GL_COPY_READ_BUFFER_NV

      public static final int GL_COPY_READ_BUFFER_NV
      See Also:
    • GL_COPY_WRITE_BUFFER_NV

      public static final int GL_COPY_WRITE_BUFFER_NV
      See Also:
  • Method Details

    • glCopyBufferSubDataNV

      public static void glCopyBufferSubDataNV(@NativeType("GLenum") int readTarget, @NativeType("GLenum") int writeTarget, @NativeType("GLintptr") long readOffset, @NativeType("GLintptr") long writeOffset, @NativeType("GLsizeiptr") long size)
      void glCopyBufferSubDataNV(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)