]> git.tdb.fi Git - libs/gl.git/commit
Disallow direct access to uniform array elements
authorMikko Rasa <tdb@tdb.fi>
Tue, 21 Oct 2014 06:48:26 +0000 (09:48 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 21 Oct 2014 06:48:26 +0000 (09:48 +0300)
commitb152e4f63170e8ccd6c9fb9397964c628fb6efeb
tree8c107c9f544604dd7363da77a4a43ff977c3a8dd
parentf1d6343bc6e08878500672db952e9e7f9c7b8ada
Disallow direct access to uniform array elements

ProgramData can't track them correctly, and adding the support would be
too complex.  Uploading the entire array at once is more efficient anyway.
source/bloom.cpp
source/program.cpp
source/programdata.cpp