Uses of Interface
club.doki7.opencl.CLFunctionTypes.Ipfn_free_func_1
Packages that use CLFunctionTypes.Ipfn_free_func_1
-
Uses of CLFunctionTypes.Ipfn_free_func_1 in club.doki7.opencl
Methods in club.doki7.opencl with parameters of type CLFunctionTypes.Ipfn_free_func_1Modifier and TypeMethodDescriptionintCL.enqueueSVMFree(@Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) intCL.enqueueSVMFree(Arena arena, @Nullable CLCommandQueue command_queue, int num_svm_pointers, @NotNull MemorySegment svm_pointers, CLFunctionTypes.Ipfn_free_func_1 pfn_free_func, @NotNull MemorySegment user_data, int num_events_in_wait_list, CLEvent.Ptr event_wait_list, CLEvent.Ptr event) static MethodHandleCLFunctionTypes.Ipfn_free_func_1.of(@NotNull CLFunctionTypes.Ipfn_free_func_1 lambda) static MemorySegmentCLFunctionTypes.Ipfn_free_func_1.ofNative(@NotNull CLFunctionTypes.Ipfn_free_func_1 lambda) static MemorySegmentCLFunctionTypes.Ipfn_free_func_1.ofNative(@NotNull Arena arena, @NotNull CLFunctionTypes.Ipfn_free_func_1 lambda)