mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-10-03 04:22:13 -07:00
This uses a ring buffer similar to OpenGL's stream buffer for small uploads. This stops us from allocating several small buffers, reducing memory fragmentation and cache locality. It uses dedicated allocations when possible.