public interface SVMFreeFunction
CL.clEnqueueSVMFree(cl_command_queue, int, Pointer[], SVMFreeFunction,
Object, int, cl_event[], cl_event)
methodModifier and Type | Method and Description |
---|---|
void |
function(cl_command_queue queue,
int num_svm_pointers,
Pointer[] svm_pointers,
java.lang.Object user_data)
The function that will be called
|
void function(cl_command_queue queue, int num_svm_pointers, Pointer[] svm_pointers, java.lang.Object user_data)
queue
- The command queuenum_svm_pointers
- The number of pointerssvm_pointers
- The pointersuser_data
- The user data