ma_device_id_equal function
- @Native<ma_bool32 Function(Pointer<
ma_device_id> , Pointer<ma_device_id> )>(ffi.Pointer<ma_device_id>, ffi.Pointer<ma_device_id>)>()
- Pointer<
ma_device_id> pA, - Pointer<
ma_device_id> pB
Implementation
@ffi.Native<
ma_bool32 Function(ffi.Pointer<ma_device_id>, ffi.Pointer<ma_device_id>)
>()
external int ma_device_id_equal(
ffi.Pointer<ma_device_id> pA,
ffi.Pointer<ma_device_id> pB,
);