destroy_swap_chain function

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

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,
);