public abstract class CLSVMFreeCallback extends org.lwjgl.system.Callback implements CLSVMFreeCallbackI
EnqueueSVMFree method.
void (*) (
cl_command_queue queue,
cl_uint num_svm_pointers,
void **svm_pointers,
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 CLSVMFreeCallback |
create(CLSVMFreeCallbackI instance)
Creates a
CLSVMFreeCallback instance that delegates to the specified CLSVMFreeCallbackI instance. |
static CLSVMFreeCallback |
create(long functionPointer)
Creates a
CLSVMFreeCallback instance from the specified function pointer. |
static CLSVMFreeCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static CLSVMFreeCallback create(long functionPointer)
CLSVMFreeCallback instance from the specified function pointer.CLSVMFreeCallback@Nullable public static CLSVMFreeCallback createSafe(long functionPointer)
public static CLSVMFreeCallback create(CLSVMFreeCallbackI instance)
CLSVMFreeCallback instance that delegates to the specified CLSVMFreeCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.