WebGPU adapter.info call fails after device creation #25874
Labels
needs investigation
requires further investigation before determining if it is an issue or not
webgpu
WebGPU API
Hi! I wasn't too sure if this was a bug, but I got an unexpected error for this WebGPU program:
When you run the program with:
DENO_WEBGPU_BACKEND=metal deno run --allow-read --unstable-webgpu --allow-write webgpu.js
It outputs this on both versions 1.46.3 and 2.0.0-rc.5:
But this error doesn't show up if you replace the
adapter.info
call with any of other otheradapter
attributes such as:I was wondering if there was a specific reason only
adapter.info
would be disabled afterrequestDevice
is called or if this might be some sort of bug. Thanks!The text was updated successfully, but these errors were encountered: