]> git.tdb.fi Git - libs/gl.git/commit
Make a private copy of shader data in RenderPass
authorMikko Rasa <tdb@tdb.fi>
Wed, 25 Apr 2018 10:47:14 +0000 (13:47 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 25 Apr 2018 11:18:51 +0000 (14:18 +0300)
commitc537fbfc72d3b76719b2080266291fcf7623750b
tree2f1df3f80b9f97df6159318287a8d37cbc6013ac
parenta6e46d61c4f3c54b6f44b0863e18581b889820dd
Make a private copy of shader data in RenderPass

Sharing it is not very common and can't be done in data files.  Owned
data is also needed to override uniforms in inherited Techniques.
source/renderpass.cpp
source/renderpass.h