Skip to content

glsl-1.10: Add tests for do {} while (false) loops

Danylo Piliaiev requested to merge tests/glsl-fs-loop-while-false into master

-01 doesn't reproduce any boserved issues
-02 reproduces new issue found during its creation
-03 reproduces https://bugs.freedesktop.org/show_bug.cgi?id=111411

The idea is to have different expressions of do {} while (false)

Merge request reports