ma_slot_allocator_alloc function

ma_result ma_slot_allocator_alloc(
  1. Pointer<ma_slot_allocator> pAllocator,
  2. Pointer<ma_uint64> pSlot
)

Implementation

ma_result ma_slot_allocator_alloc(
  ffi.Pointer<ma_slot_allocator> pAllocator,
  ffi.Pointer<ma_uint64> pSlot,
) => ma_result.fromValue(_ma_slot_allocator_alloc(pAllocator, pSlot));