@FunctionalInterface
public interface CLSVMFreeCallbackI
extends org.lwjgl.system.CallbackI.V
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.Z| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIGNATURE |
| Modifier and Type | Method and Description |
|---|---|
default void |
callback(long args) |
default java.lang.String |
getSignature() |
void |
invoke(long queue,
int num_svm_pointers,
long svm_pointers,
long user_data)
Will be called to free shared virtual memory pointers.
|
default java.lang.String getSignature()
getSignature in interface org.lwjgl.system.CallbackIdefault void callback(long args)
callback in interface org.lwjgl.system.CallbackI.Vvoid invoke(long queue,
int num_svm_pointers,
long svm_pointers,
long user_data)
queue - a valid host command-queuenum_svm_pointers - the number of pointers in the svm_pointers arraysvm_pointers - an array of shared virtual memory pointers to be freeduser_data - the user-specified value that was passed when calling EnqueueSVMFreeCopyright LWJGL. All Rights Reserved. License terms.