gpuweb / cts

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

wgsl: Test swizzling of convertible types #3709

Closed zoddicus closed 1 month ago

zoddicus commented 1 month ago

The current test suit only tests swizzle from T -> T, but there is a number of valid swizzles when scalar types are convertible between each other that should be tested.