Package org.lwjgl.opengl
Class GLXINTELSwapEvent
java.lang.Object
org.lwjgl.opengl.GLXINTELSwapEvent
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
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by themaskparameter ofSelectEventand returned in themaskparameter ofGetSelectedEvent.static final intReturned in theevent_typefield of a "swap complete" event.static final intReturned in theevent_typefield of a "swap complete" event.static final intReturned in theevent_typefield of a "swap complete" event. -
Method Summary
-
Field Details
-
GLX_BUFFER_SWAP_COMPLETE_INTEL_MASK
public static final int GLX_BUFFER_SWAP_COMPLETE_INTEL_MASKAccepted by themaskparameter ofSelectEventand returned in themaskparameter ofGetSelectedEvent.- See Also:
-
GLX_EXCHANGE_COMPLETE_INTEL
public static final int GLX_EXCHANGE_COMPLETE_INTELReturned in theevent_typefield of a "swap complete" event.- See Also:
-
GLX_COPY_COMPLETE_INTEL
public static final int GLX_COPY_COMPLETE_INTELReturned in theevent_typefield of a "swap complete" event.- See Also:
-
GLX_FLIP_COMPLETE_INTEL
public static final int GLX_FLIP_COMPLETE_INTELReturned in theevent_typefield of a "swap complete" event.- See Also:
-