wgpun_DevicePoll function

  1. @Native<Void Function(Uint64, Uint8)>(ffi.Uint64, ffi.Uint8)>()
void wgpun_DevicePoll(
  1. int device,
  2. int wait
)

Poll a device for completed work.

Implementation

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