ma_job_queue_init function
ma_result
ma_job_queue_init(
- Pointer<
ma_job_queue_config> pConfig, - Pointer<
ma_allocation_callbacks> pAllocationCallbacks, - Pointer<
ma_job_queue> pQueue
Implementation
ma_result ma_job_queue_init(
ffi.Pointer<ma_job_queue_config> pConfig,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_job_queue> pQueue,
) => ma_result.fromValue(
_ma_job_queue_init(pConfig, pAllocationCallbacks, pQueue),
);