ma_device_job_thread_init function
ma_result
ma_device_job_thread_init(
- Pointer<
ma_device_job_thread_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_device_job_thread> pJobThread
Implementation
ma_result ma_device_job_thread_init(
ffi.Pointer<ma_device_job_thread_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_device_job_thread> pJobThread,
) => ma_result.fromValue(
_ma_device_job_thread_init(pConfig, pAllocationCallbacks, pJobThread),
);