boleite icon indicating copy to clipboard operation
boleite copied to clipboard

Draw Call Context for Drawables

Open Groogy opened this issue 6 years ago • 0 comments

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.

Groogy avatar Oct 05 '18 21:10 Groogy