]> git.tdb.fi Git - libs/gl.git/commit
Add idempotence test cases for GLSL compiler
authorMikko Rasa <tdb@tdb.fi>
Tue, 16 Mar 2021 18:05:24 +0000 (20:05 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 16 Mar 2021 18:05:24 +0000 (20:05 +0200)
commitfb5f83c2e3f8f8a6a6444a33bec15e9477a487d1
tree470f85b38d5f52bc1db7745b2cb140b34b18a89a
parent1e3605edd174bce94bb21b662c7a83f79f1df37f
Add idempotence test cases for GLSL compiler

Already compiled GLSL code should not change when passed through the
compiler again.
tests/glsl/glslcompiler.cpp