yuzu-mainline/src/video_core/buffer_cache
ReinUsesLisp a02b4e1df6 buffer_cache: Skip cache on small uploads on Vulkan
Ports from OpenGL the optimization to skip small 3D uniform buffer
uploads. This will take advantage of the previously introduced stream
buffer.

Fixes instances where the staging buffer offset was being ignored.
2021-02-13 02:17:24 -03:00
..
buffer_base.h buffer_base: Add support for cached CPU writes 2021-02-13 02:15:29 -03:00
buffer_cache.cpp video_core: Reimplement the buffer cache 2021-02-13 02:17:22 -03:00
buffer_cache.h buffer_cache: Skip cache on small uploads on Vulkan 2021-02-13 02:17:24 -03:00