Package | Description |
---|---|
com.jogamp.opencl.llb |
Low level java bindings to OpenCL.
|
com.jogamp.opencl.llb.impl |
Modifier and Type | Method and Description |
---|---|
int |
CLEventBinding.clSetEventCallback(long event,
int type,
CLEventCallback cb)
Interface to C language function:
int32_t clSetEventCallback(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); |
Modifier and Type | Method and Description |
---|---|
int |
CLImpl.clSetEventCallback(long event,
int trigger,
CLEventCallback callback) |