wgpu_swapchain_resize function
Resize a swapchain surface. Returns 1 on success, 0 on failure.
Implementation
@ffi.Native<ffi.Uint32 Function(ffi.Uint64, ffi.Uint32, ffi.Uint32)>()
external int wgpu_swapchain_resize(
int surface_id,
int width,
int height,
);