ma_device_job_thread_next function
ma_result
ma_device_job_thread_next(
- Pointer<
ma_device_job_thread> pJobThread, - 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));