buffer_cache: Implement a generic buffer cache

Implements a templated class with a similar approach to our current
generic texture cache. It is designed to be compatible with Vulkan and
OpenGL,
This commit is contained in:
ReinUsesLisp
2019-06-16 20:00:48 -03:00
parent 2bcae41a73
commit 32c0212b24
2 changed files with 301 additions and 0 deletions

View File

@ -1,4 +1,5 @@
add_library(video_core STATIC
buffer_cache.h
dma_pusher.cpp
dma_pusher.h
debug_utils/debug_utils.cpp