ma_device_job_thread_next function

ma_result ma_device_job_thread_next(
  1. Pointer<ma_device_job_thread> pJobThread,
  2. Pointer<ma_job> pJob
)

Implementation

ma_result ma_device_job_thread_next(
  ffi.Pointer<ma_device_job_thread> pJobThread,
  ffi.Pointer<ma_job> pJob,
) => ma_result.fromValue(_ma_device_job_thread_next(pJobThread, pJob));