webgpu / webgpureport.org

A website to show WebGPU info
https://webgpureport.org
49 stars 8 forks source link

Use synchronous GPUAdapter.info when available #16

Closed beaufortfrancois closed 3 months ago

beaufortfrancois commented 5 months ago

This PR uses adapter.info instead of requestAdapterInfo() when available. This should be merged only when https://github.com/gpuweb/gpuweb/pull/4662 is added to the WebGPU spec.

beaufortfrancois commented 4 months ago

I believe we can merge now as https://github.com/gpuweb/gpuweb/pull/4662 has been merged.