wgpun_DevicePushErrorScope function

  1. @Native<Void Function(Uint64, Uint32)>(ffi.Uint64, ffi.Uint32)>()
void wgpun_DevicePushErrorScope(
  1. int device,
  2. int filter
)

Push an error scope onto the device's error scope stack. filter: 1 = Validation, 2 = OutOfMemory, 3 = Internal

Implementation

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