destroy_swap_chain function

  1. @Native<Void Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>()
void destroy_swap_chain(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>()
external void destroy_swap_chain(
  ffi.Pointer<ffi.Void> viewer,
);