gpuweb / cts

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

rgba16float canvases with weird values in them #3790

Open kainino0x opened 3 months ago

kainino0x commented 3 months ago

It's possible to attempt to put NaN/Infinity/subnormal numbers in rgba16float canvases - though they may not be written, per "equivalent texel representation", which may flush them - but we haven't written much detail on that: https://github.com/gpuweb/gpuweb/issues/2558#issuecomment-2138335450

It's also of course possible to put arbitrary f16s in the alpha channel.

We need to test both of those things in: