]> git.tdb.fi Git - libs/gl.git/commit - source/glsl/compiler.cpp
Validate location overlap and type matching for GLSL interfaces
authorMikko Rasa <tdb@tdb.fi>
Fri, 2 Apr 2021 20:05:06 +0000 (23:05 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 3 Apr 2021 08:31:19 +0000 (11:31 +0300)
commit20a86c5905e1f7527d3c9edc3f56f6b7679c268a
tree22f4981548eff1fa5f5dc835e08d32d9b8d6eb81
parent1c2c36f1342df84ff195d8c58347c5e875590e0e
Validate location overlap and type matching for GLSL interfaces
source/glsl/compiler.cpp
source/glsl/compiler.h
source/glsl/syntax.cpp
source/glsl/syntax.h
source/glsl/validate.cpp
source/glsl/validate.h
tests/glsl/binding_mismatch.glsl [new file with mode: 0644]
tests/glsl/linked_interface_mismatch.glsl [new file with mode: 0644]
tests/glsl/location_overlap.glsl [new file with mode: 0644]