mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-25 22:57:22 +00:00
35df1d1864
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 |