Commit 0c50419
authored
WebGPU: Add deprecation warning to wgpuAdapterGetProperties (emscripten-core#22088)
wgpuAdapterGetProperties() previously didn't work anyway - it just returned
zeroes. Use wgpuAdapterGetInfo() instead (once adapter.info is available in
browsers), which is fully implemented, and matches the JS API more closely.1 parent c0aa403 commit 0c50419
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2587 | 2587 | | |
2588 | 2588 | | |
2589 | 2589 | | |
| 2590 | + | |
2590 | 2591 | | |
| 2592 | + | |
| 2593 | + | |
2591 | 2594 | | |
2592 | 2595 | | |
2593 | 2596 | | |
| |||
0 commit comments