mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-25 00:22:36 +00:00
This removes the countless small UBO writes we had before and replaces them with a single large write per render pass. This results in much faster rendering on low-end devices but improves speed on all devices.