public class GLXSGIMakeCurrentRead
extends java.lang.Object
The association of the current context with a drawable is extended to allow separate write and read drawables. This paves the way for allowing preprocessing of image data in an "off screen" window which is then read into the visible window for final display. Similarly it sets the frame-work for direct transfer of video to the GL, by treating the video as a special kind of read drawable (a.k.a, readable).
| Modifier and Type | Method and Description |
|---|---|
static long |
glXGetCurrentReadDrawableSGI()
Returns the name of the
GLXDrawable currently being used as a pixel query source. |
static boolean |
glXMakeCurrentReadSGI(long display,
long draw,
long read,
long ctx)
Associates two
GLXDrawables with the current rendering context. |
public static boolean glXMakeCurrentReadSGI(long display,
long draw,
long read,
long ctx)
GLXDrawables with the current rendering context.display - the connection to the X serverdraw - the draw drawableread - the read drawablectx - the current contextpublic static long glXGetCurrentReadDrawableSGI()
GLXDrawable currently being used as a pixel query source.Copyright LWJGL. All Rights Reserved. License terms.