]> git.tdb.fi Git - libs/gl.git/commit
Resolve and validate the parameters of constructors in GLSL
authorMikko Rasa <tdb@tdb.fi>
Sun, 14 Mar 2021 14:38:29 +0000 (16:38 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Mar 2021 16:58:57 +0000 (18:58 +0200)
commit3f44e477f81983c66947fe8a6d8640a3b2f9e0b3
tree746c73c8cf3efb08998c5a9b922d7385dc2d1d8c
parent03880839dcd2c067061ac5491083159a9fd06611
Resolve and validate the parameters of constructors in GLSL
source/glsl/generate.cpp
source/glsl/generate.h
source/glsl/validate.cpp
tests/glsl/constructors.glsl [new file with mode: 0644]
tests/glsl/expression_inline_iteration.glsl
tests/glsl/invalid_constructors.glsl [new file with mode: 0644]
tests/glsl/parentheses.glsl