boleite
boleite copied to clipboard
Draw Call Context for Drawables
Right now the Draw Call Context code only works if you are directly working with vertex buffer objects. It would be nice to do all you do with a draw call context to work with objects that include the Drawable module.
This would mean a drawable could propagate uniforms and transforms in a uniform way to objects below it.