public final class GLXINTELSwapEvent
extends java.lang.Object
This extension adds a new event type, BUFFER_SWAP_COMPLETE_INTEL_MASK, which is sent to the client via the X11 event stream and
selected/consumed by the normal GLX event mask mechanisms, to indicate when a previously queued swap has completed.
Requires GLX 1.3.
| Modifier and Type | Field and Description |
|---|---|
static int |
GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK
Accepted by the
mask parameter of SelectEvent and returned in the mask parameter of GetSelectedEvent. |
static int |
GLX_COPY_COMPLETE_INTEL
Returned in the
event_type field of a "swap complete" event. |
static int |
GLX_EXCHANGE_COMPLETE_INTEL
Returned in the
event_type field of a "swap complete" event. |
static int |
GLX_FLIP_COMPLETE_INTEL
Returned in the
event_type field of a "swap complete" event. |
public static final int GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK
mask parameter of SelectEvent and returned in the mask parameter of GetSelectedEvent.public static final int GLX_EXCHANGE_COMPLETE_INTEL
event_type field of a "swap complete" event.public static final int GLX_COPY_COMPLETE_INTEL
event_type field of a "swap complete" event.public static final int GLX_FLIP_COMPLETE_INTEL
event_type field of a "swap complete" event.Copyright LWJGL. All Rights Reserved. License terms.