wgpun_FenceRelease function

  1. @Native<Void Function(Uint64)>(ffi.Uint64)>()
void wgpun_FenceRelease(
  1. int handle
)

Implementation

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