Package org.lwjgl.opengl
Class GLXINTELSwapEvent
- java.lang.Object
-
- org.lwjgl.opengl.GLXINTELSwapEvent
-
public final class GLXINTELSwapEvent extends java.lang.Object
Native bindings to the GLX_INTEL_swap_event extension.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
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK
Accepted by themask
parameter ofSelectEvent
and returned in themask
parameter ofGetSelectedEvent
.static int
GLX_COPY_COMPLETE_INTEL
GLX_EXCHANGE_COMPLETE_INTEL
GLX_FLIP_COMPLETE_INTELReturned in theevent_type
field of a "swap complete" event.
-
-
-
Field Detail
-
GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK
Accepted by themask
parameter ofSelectEvent
and returned in themask
parameter ofGetSelectedEvent
.
-
GLX_EXCHANGE_COMPLETE_INTEL, GLX_COPY_COMPLETE_INTEL, GLX_FLIP_COMPLETE_INTEL
Returned in theevent_type
field of a "swap complete" event.
-
-