]> git.tdb.fi Git - libs/gl.git/commit
Implement the ternary operator in GLSL
authorMikko Rasa <tdb@tdb.fi>
Fri, 12 Mar 2021 18:27:42 +0000 (20:27 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 12 Mar 2021 19:11:27 +0000 (21:11 +0200)
commit3a1fe833ea04df75449706f1d773f6e65521a392
tree5aafd2cd5cf7a17ad3a42a8debd51b5557e2f59a
parent1476e64621ecbd7b17b00ae2c958322fd39918de
Implement the ternary operator in GLSL
18 files changed:
source/glsl/debug.cpp
source/glsl/debug.h
source/glsl/generate.cpp
source/glsl/generate.h
source/glsl/optimize.cpp
source/glsl/optimize.h
source/glsl/output.cpp
source/glsl/output.h
source/glsl/parser.cpp
source/glsl/parser.h
source/glsl/syntax.cpp
source/glsl/syntax.h
source/glsl/validate.cpp
source/glsl/validate.h
source/glsl/visitor.cpp
source/glsl/visitor.h
tests/glsl/ternary_operand_type_mismatch.glsl [new file with mode: 0644]
tests/glsl/ternary_operator.glsl [new file with mode: 0644]