create_swap_chain function
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Pointer<ffi.Void>, ffi.Uint32,
ffi.Uint32)>(symbol: '_create_swap_chain', assetId: 'thermion_dart')
external void create_swap_chain(
ffi.Pointer<ffi.Void> viewer,
ffi.Pointer<ffi.Void> window,
int width,
int height,
);