]> git.tdb.fi Git - libs/gl.git/commit
Don't check the address of an inline array
authorMikko Rasa <tdb@tdb.fi>
Thu, 11 Nov 2021 11:41:22 +0000 (13:41 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 11 Nov 2021 11:41:22 +0000 (13:41 +0200)
commit0c52167231a1312d2771afbc126c5b61e7d08d0f
tree91159ab8853ac9a2faae3000fadc558edee3acc5
parent24ad0788cfe20dc619669429615220061b4865ea
Don't check the address of an inline array

It always evaluates as true, not that it matters greatly in this case.
source/glsl/output.cpp