Package org.lwjgl.egl
Class NVCUDAEvent
- java.lang.Object
-
- org.lwjgl.egl.NVCUDAEvent
-
public final class NVCUDAEvent extends java.lang.Object
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
orKHR_fence_sync
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_CUDA_EVENT_HANDLE_NV
EGL_SYNC_CUDA_EVENT_COMPLETE_NV
EGL_SYNC_CUDA_EVENT_NV
-
-
-
Field Detail
-
EGL_CUDA_EVENT_HANDLE_NV
public static final int EGL_CUDA_EVENT_HANDLE_NV
- See Also:
- Constant Field Values
-
EGL_SYNC_CUDA_EVENT_NV
public static final int EGL_SYNC_CUDA_EVENT_NV
- See Also:
- Constant Field Values
-
EGL_SYNC_CUDA_EVENT_COMPLETE_NV
public static final int EGL_SYNC_CUDA_EVENT_COMPLETE_NV
- See Also:
- Constant Field Values
-
-