video_core: Add RasterizerCache class for common cache management code.

This commit is contained in:
bunnei
2018-08-23 15:38:57 -04:00
parent 2f5ed3877c
commit 382852418b
2 changed files with 117 additions and 0 deletions

View File

@ -18,6 +18,7 @@ add_library(video_core STATIC
macro_interpreter.h
memory_manager.cpp
memory_manager.h
rasterizer_cache.h
rasterizer_interface.h
renderer_base.cpp
renderer_base.h