public abstract class CLEventCallback extends org.lwjgl.system.Callback implements CLEventCallbackI
SetEventCallback method.
void (*) (
cl_event event,
cl_int event_command_exec_status,
void *user_data
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static CLEventCallback |
create(CLEventCallbackI instance)
Creates a
CLEventCallback instance that delegates to the specified CLEventCallbackI instance. |
static CLEventCallback |
create(long functionPointer)
Creates a
CLEventCallback instance from the specified function pointer. |
static CLEventCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static CLEventCallback create(long functionPointer)
CLEventCallback instance from the specified function pointer.CLEventCallback@Nullable public static CLEventCallback createSafe(long functionPointer)
public static CLEventCallback create(CLEventCallbackI instance)
CLEventCallback instance that delegates to the specified CLEventCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.