wgpun_DevicePopError function

  1. @Native<Pointer<Char> Function(Uint64)>(ffi.Uint64)>()
Pointer<Char> wgpun_DevicePopError(
  1. int device
)

Pop one captured device error. Returns null if the error queue is empty.

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Uint64)>()
external ffi.Pointer<ffi.Char> wgpun_DevicePopError(
  int device,
);