Skip to content

glsl-1.10: Add tests for loops that suppose to run only once

Yevhenii Kolesnikov requested to merge tests/glsl-fs-loop-once into master

glsl-1.10: Add tests for loops that suppose to run only once

Testing various ways of creating false condition for a loop. The idea is to test different ways to create a loop that will be executed exactly once.

Signed-off-by: Yevhenii Kolesnikov yevhenii.kolesnikov@globallogic.com

Merge request reports