wgpun_DeviceRelease function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpun_DeviceRelease(
  1. int device
)

Release a device.

Implementation

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