gpuweb / cts

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

Re-enable linear with comparisons. #4026

Closed greggman closed 3 weeks ago

greggman commented 3 weeks ago

It's a little confusing but depth textures used for "sampling" are not filterable but used for "comparisons" they are.

texture_?d with depth texture texturedepth??
sampler 'linear' bad bad
sampler_comparison 'linear' N/A OK