wgpu_surface_copy_from_texture function

  1. @Native<Void Function(Uint64, Uint64)>(ffi.Uint64, ffi.Uint64)>()
void wgpu_surface_copy_from_texture(
  1. int surface_id,
  2. int src_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,
);