wgpun_FenceWait function

  1. @Native<Uint32 Function(Uint64, Uint64)>(ffi.Uint64, ffi.Uint64)>()
int wgpun_FenceWait(
  1. int device,
  2. int handle
)

Implementation

@ffi.Native<ffi.Uint32 Function(ffi.Uint64, ffi.Uint64)>()
external int wgpun_FenceWait(
  int device,
  int handle,
);