ma_device_job_thread_uninit function
- @Native<Void Function(Pointer<
ma_device_job_thread> , Pointer<ma_allocation_callbacks> )>(ffi.Pointer<ma_device_job_thread>, ffi.Pointer<ma_allocation_callbacks>)>()
- Pointer<
ma_device_job_thread> pJobThread, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ma_device_job_thread>,
ffi.Pointer<ma_allocation_callbacks>,
)
>()
external void ma_device_job_thread_uninit(
ffi.Pointer<ma_device_job_thread> pJobThread,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
);