Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 398 Bytes

File metadata and controls

7 lines (5 loc) · 398 Bytes

DynamicBatching

Run the program, ideally with RenderDoc, and press 'Space' to grow the grid of quads. The first window will run without batching. Close it and the second window will appear that uses batching.

This is meant as an experiment with dynamically sizing batches for large collections of sprites that must be drawn. It doesn't feature any textures or blending or multi-shader support.