public final class NVCUDAEvent
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CUDA_EVENT_HANDLE_NV |
static int |
EGL_SYNC_CUDA_EVENT_COMPLETE_NV |
static int |
EGL_SYNC_CUDA_EVENT_NV |
public static final int EGL_CUDA_EVENT_HANDLE_NV
public static final int EGL_SYNC_CUDA_EVENT_NV
public static final int EGL_SYNC_CUDA_EVENT_COMPLETE_NV
Copyright LWJGL. All Rights Reserved. License terms.