Package org.lwjgl.egl
Class NVCUDAEvent
java.lang.Object
org.lwjgl.egl.NVCUDAEvent
Native bindings to the NV_cuda_event extension.
This extension allows creating an EGL sync object linked to a CUDA event object, potentially improving efficiency of sharing images and compute results between the two APIs.
Requires EGL 1.5
or KHR_fence_sync
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
EGL_CUDA_EVENT_HANDLE_NV
public static final int EGL_CUDA_EVENT_HANDLE_NV- See Also:
-
EGL_SYNC_CUDA_EVENT_NV
public static final int EGL_SYNC_CUDA_EVENT_NV- See Also:
-
EGL_SYNC_CUDA_EVENT_COMPLETE_NV
public static final int EGL_SYNC_CUDA_EVENT_COMPLETE_NV- See Also:
-