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