]> git.tdb.fi Git - libs/gl.git/commit
Validate some aspects of type declarations
authorMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 11:09:55 +0000 (13:09 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 5 Mar 2021 23:00:31 +0000 (01:00 +0200)
commit7c7a32e0de7fd8c16c02190a7483a0c2411973c1
tree22095fe38c1073af1e50aa0aa1629d229bd3b1fd
parent11bbe9f4961d5550de39f890eeac63f45a7d0295
Validate some aspects of type declarations
source/glsl/validate.cpp
source/glsl/validate.h
tests/glsl/bad_types.glsl [new file with mode: 0644]
tests/glsl/struct_member_initializer.glsl [new file with mode: 0644]
tests/glsl/undeclared_types.glsl [new file with mode: 0644]