]> git.tdb.fi Git - libs/gl.git/commit
Make RenderPass shprog and shdata settable from code
authorMikko Rasa <tdb@tdb.fi>
Wed, 22 Aug 2012 12:28:40 +0000 (15:28 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 22 Aug 2012 12:28:40 +0000 (15:28 +0300)
commitc10c05365187cf717e3e95c446fdc6a890b114bd
treeb40166d7aca9ff38e5d27177203ff1216ef55802
parentb5dd2b141640b2483cc290d99cdc2a0bf72be1b4
Make RenderPass shprog and shdata settable from code

For consistency with other similar interfaces, the pointers are now
const.  As a consequence, a uniforms statement in a datafile overrides
any previous uniforms.
source/renderpass.cpp
source/renderpass.h