google / graphicsfuzz

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

Use dynamic descriptor offsets #1111

Open paulthomson opened 3 years ago

paulthomson commented 3 years ago

We could get gfauto to output an AmberScript file that (unnecessarily) uses dynamic descriptor offsets for the uniform buffers. Apparently, this feature can be implemented by messing with the shaders (on some implementations), which might uncover additional bugs.