mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-09 01:50:24 -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. |
||
|---|---|---|
| .. | ||
| buffer_base.h | ||
| buffer_cache.cpp | ||
| buffer_cache.h | ||