Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle requestAdapter returning null better
I'm not sure this is better? The old way printed errors about trying to look at properties of null. The new way says "WebGPU looks disabled". This means `navigator.gpu` exists but `requestAdapter` returned null for all cases
- Loading branch information