- From: François Daoust via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Mar 2023 16:03:29 +0000
- To: public-webrtc-logs@w3.org
It was noted during the call that there may be value in looking up at how WebGPU reports device errors. The WebGPU explainer has a [section on errors](https://gpuweb.github.io/gpuweb/explainer/#errors) that describes the different types of errors that WebGPU may report, including *fatal ones* and *fallible ones*, the latter being captured in a stack. For fatal errors, GPU devices come with a [`lost` promise](https://www.w3.org/TR/webgpu/#dom-gpudevice-lost), which gets resolved when the device is lost. -- GitHub Notification of comment by tidoust Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/146#issuecomment-1462323703 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 9 March 2023 16:03:31 UTC