summaryrefslogtreecommitdiffstats
path: root/src/video_core/buffer_cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* buffer_cache: Avoid [[nodiscard]] to make clang-format happyReinUsesLisp2019-07-061-5/+4
|
* buffer_cache: Try to fix MinGW buildReinUsesLisp2019-07-061-1/+1
|
* gl_rasterizer: Fix nullptr dereference on disabled buffersReinUsesLisp2019-07-061-2/+2
|
* buffer_cache: Implement a generic buffer cacheReinUsesLisp2019-07-061-0/+300
Implements a templated class with a similar approach to our current generic texture cache. It is designed to be compatible with Vulkan and OpenGL,