davedx / lustro

A reactive, declarative, immediate mode WebGL UI framework
MIT License
30 stars 1 forks source link

Implement geometry batching #9

Open davedx opened 9 years ago

davedx commented 9 years ago

Static geometry should share the same vertex buffer and be rendered with 1 draw call.

Possibly we will flag geometry as "static" by it not having an Animator component.