gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
121 stars 72 forks source link

Add vertex variable resource restrictions to test #3772

Closed sudonatalie closed 3 weeks ago

sudonatalie commented 3 weeks ago

Skip render pipeline resource compatibility test subcases where a vertex shader would have a storage or texture buffer. As per gpuweb/gpuweb#3947, neither storage buffers with non-read-only access nor storage textures can be used in vertex shaders. This test fix is necessary for: https://dawn-review.googlesource.com/c/dawn/+/190781


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.