public abstract class CLContextCallback extends org.lwjgl.system.Callback implements CLContextCallbackI
CreateContext and CreateContextFromType methods.
void (*) (
cl_char const *errinfo,
void const *private_info,
size_t cb,
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 CLContextCallback |
create(CLContextCallbackI instance)
Creates a
CLContextCallback instance that delegates to the specified CLContextCallbackI instance. |
static CLContextCallback |
create(long functionPointer)
Creates a
CLContextCallback instance from the specified function pointer. |
static CLContextCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static CLContextCallback create(long functionPointer)
CLContextCallback instance from the specified function pointer.CLContextCallback@Nullable public static CLContextCallback createSafe(long functionPointer)
public static CLContextCallback create(CLContextCallbackI instance)
CLContextCallback instance that delegates to the specified CLContextCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.