google / graphicsfuzz

A testing framework for automatically finding and simplifying bugs in graphics shader compilers.
Apache License 2.0
569 stars 117 forks source link

Support more sampler types than just sampler2D #1075

Open afd opened 4 years ago

afd commented 4 years ago

Right now the support for samplers in GraphicsFuzz is restricted to sampler2D. It would be great to be able to handle other sampler types for which there is a straightforward method for building a texture image via a graphics pipeline in Amber, like we do currently for sampler2D.