You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matthew-wong1 opened this issue
Jul 22, 2024
· 1 comment
Labels
featnew feature (which has been agreed to/accepted)upstreamChanges in upstream are required to solve these issueswebrelated to Web APIswebgpuWebGPU API
featnew feature (which has been agreed to/accepted)upstreamChanges in upstream are required to solve these issueswebrelated to Web APIswebgpuWebGPU API
Hi! I think it would be helpful if the label attribute of a WebGPU object was included in any validation error messages.
For example, if I create the following texture:
I'll get the error message:
Device::create_texture error: Texture descriptor mip level count 10 is invalid, maximum allowed is 8.
I think it would be helpful if this error message could include the label e.g.
Texture 1
in this case, to make it easier to debug. Thanks!The text was updated successfully, but these errors were encountered: