destroy_swap_chain function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
symbol: '_destroy_swap_chain', assetId: 'thermion_dart')
external void destroy_swap_chain(
ffi.Pointer<ffi.Void> viewer,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
symbol: '_destroy_swap_chain', assetId: 'thermion_dart')
external void destroy_swap_chain(
ffi.Pointer<ffi.Void> viewer,
);