ma_device_job_thread_init function

ma_result ma_device_job_thread_init(
  1. Pointer<ma_device_job_thread_config> pConfig,
  2. Pointer<ma_allocation_callbacks> pAllocationCallbacks,
  3. 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),
);