Package org.lwjgl.opencl
Class KHREGLEvent
java.lang.Object
org.lwjgl.opencl.KHREGLEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
clCreateEventFromEGLSyncKHR
(long context, long sync, long display, int @Nullable [] errcode_ret) cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
static long
clCreateEventFromEGLSyncKHR
(long context, long sync, long display, @Nullable IntBuffer errcode_ret) cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
static long
nclCreateEventFromEGLSyncKHR
(long context, long sync, long display, long errcode_ret) cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
-
Field Details
-
CL_INVALID_EGL_OBJECT_KHR
public static final int CL_INVALID_EGL_OBJECT_KHR- See Also:
-
CL_COMMAND_EGL_FENCE_SYNC_OBJECT_KHR
public static final int CL_COMMAND_EGL_FENCE_SYNC_OBJECT_KHR- See Also:
-
-
Method Details
-
nclCreateEventFromEGLSyncKHR
public static long nclCreateEventFromEGLSyncKHR(long context, long sync, long display, long errcode_ret) cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
-
clCreateEventFromEGLSyncKHR
public static long clCreateEventFromEGLSyncKHR(long context, long sync, long display, @Nullable IntBuffer errcode_ret) cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
-
clCreateEventFromEGLSyncKHR
public static long clCreateEventFromEGLSyncKHR(long context, long sync, long display, int @Nullable [] errcode_ret) cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
-