mirror of
https://git.citron-emu.org/Citron/Citron.git
synced 2026-04-10 01:00:30 +00: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. |
||
|---|---|---|
| .. | ||
| buffer_base.h | ||
| buffer_cache.cpp | ||
| buffer_cache.h | ||