Package org.lwjgl.opengl
Class GLXNVCopyBuffer
- java.lang.Object
-
- org.lwjgl.opengl.GLXNVCopyBuffer
-
public class GLXNVCopyBuffer extends java.lang.ObjectNative bindings to the GLX_NV_copy_buffer extension.Extends
ARB_copy_bufferto have GLX bindings.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidglXCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readTarget, int writeTarget, long readOffset, long writeOffset, long size)static voidglXNamedCopyBufferSubDataNV(long display, long readCtx, long writeCtx, int readBuffer, int writeBuffer, long readOffset, long writeOffset, long size)
-
-
-
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 serverreadCtx-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 serverreadCtx-writeCtx-readBuffer-writeBuffer-readOffset-writeOffset-size-
-
-