wgpu_destroy_surface function

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

Destroy surface.

Implementation

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