ma_semaphore_init function

ma_result ma_semaphore_init(
  1. int initialValue,
  2. Pointer<ma_semaphore> pSemaphore
)

Implementation

ma_result ma_semaphore_init(
  int initialValue,
  ffi.Pointer<ma_semaphore> pSemaphore,
) => ma_result.fromValue(_ma_semaphore_init(initialValue, pSemaphore));