wgpu_swapchain_destroy function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpu_swapchain_destroy(
  1. int surface_id
)

Destroy a swapchain surface.

Implementation

@ffi.Native<ffi.Void Function(ffi.Uint64)>()
external void wgpu_swapchain_destroy(
  int surface_id,
);