]> git.tdb.fi Git - libs/gl.git/commit
Automatically determine array sizes in GLSL if possible
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Nov 2021 23:01:01 +0000 (01:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Nov 2021 23:02:41 +0000 (01:02 +0200)
commit89f26eba675defb38542faacacde6b9d4a2248c5
tree6d8c2c93b7e5aa38bae93670d515bc5aba4bc556
parent118de6cee2de6e9a6caa28415cb9008779285ff9
Automatically determine array sizes in GLSL if possible

Consequently the SPIR-V backend no longer needs to deal with missing
array sizes.
source/glsl/compiler.cpp
source/glsl/generate.cpp
source/glsl/generate.h
source/glsl/spirv.cpp
source/glsl/validate.cpp