]> git.tdb.fi Git - libs/gl.git/commit
Fix layout processing for old GLSL versions
authorMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 21:20:51 +0000 (00:20 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 1 Apr 2021 19:29:06 +0000 (22:29 +0300)
commit9c1035c136c7c78f0cbf0205ec48befc49219de7
tree788eae964e5a62cde95b2cb55c74af99889099af
parent599f50ec34aba2c35dcab9d17d8b9fc6bfbd0a07
Fix layout processing for old GLSL versions

layout(location) is not supported in 1.10 and 1.20, even with the
ARB_explicit_attrib_location extension.
source/glsl/finalize.cpp