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