wgpu_surface_copy_from_texture function
void
wgpu_surface_copy_from_texture()
Copy from a GpuTexture to surface.
Implementation
@ffi.Native<ffi.Void Function(ffi.Uint64, ffi.Uint64)>()
external void wgpu_surface_copy_from_texture(
int surface_id,
int src_texture,
);