]> git.tdb.fi Git - libs/gl.git/commit
Throw an exception if there's too many uniforms in a ProgramData
authorMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 02:04:11 +0000 (04:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 25 Jan 2021 02:04:11 +0000 (04:04 +0200)
commit24c58bfd2c3c80d879ec796b2f206bdba8d9e58d
treea204971f242f78aac5414ae4803482200d50b973
parent0679a0fff9c5541a2dacce12058f5bd20b838280
Throw an exception if there's too many uniforms in a ProgramData

I'd rather find out I need to make the mask wider than have a program
unexplainably slow down.
source/programdata.cpp
source/programdata.h