mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-26 14:19:04 +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.