public class EXTClientSync
extends java.lang.Object
The KHR_reusable_sync extension defines an SYNC_REUSABLE_KHR EGLSync type which is signaled and unsignaled by client events. The
EXT_sync_reuse extension allows all EGLSyncs to become reusable. The signaling behavior associated with EGL_SYNC_REUSABLE_KHR
is still desirable, but the name becomes misleading if all EGLSyncs can be reused. This extension defines an EGLSync type with
equivalent behavior, separating the signaling mechanism from the reusability.
Requires EXT_sync_reuse.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_SYNC_CLIENT_EXT
Accepted by the
type parameter of CreateSync, and returned in value when GetSyncAttrib is called with attribute
SYNC_TYPE. |
static int |
EGL_SYNC_CLIENT_SIGNAL_EXT
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
eglClientSignalSyncEXT(long dpy,
long sync,
org.lwjgl.PointerBuffer attrib_list) |
static int |
neglClientSignalSyncEXT(long dpy,
long sync,
long attrib_list) |
public static final int EGL_SYNC_CLIENT_EXT
type parameter of CreateSync, and returned in value when GetSyncAttrib is called with attribute
SYNC_TYPE.public static final int EGL_SYNC_CLIENT_SIGNAL_EXT
Copyright LWJGL. All Rights Reserved. License terms.