mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-17 18:17:57 +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.