| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix binding-setBindGroup.html on Compat
Use a uniform buffer to avoid needing maxStorageBuffersInVertexStage>=1.
Broke because I changed requestAdapter to request Compatibility Mode in
https://chromium-review.googlesource.com/c/chromium/src/+/7033613
and somehow didn't notice that one of the tests had broken (I thought I
ran them all).
This broke blink_perf.webgpu, not just webgpu_compat, because the code
now enforces Compat on all adapters (even Core-capable ones).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |