ma_device_job_thread_post function

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

Implementation

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