wgpun_DevicePushErrorScope function
void
wgpun_DevicePushErrorScope()
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,
);