diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-02-11 16:02:41 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-02-14 17:38:27 -0300 |
| commit | c31382ced54c07650ae41fa2f75dc53da894784e (patch) | |
| tree | aeff230f51000fc357bbc2859c5ef66892f9a841 /src/video_core/CMakeLists.txt | |
| parent | 73d2d3342dc8867d32f08f89b2ca36ff071598dc (diff) | |
query_cache: Abstract OpenGL implementation
Abstract the current OpenGL implementation into the VideoCommon
namespace and reimplement it on top of that. Doing this avoids repeating
code and logic in the Vulkan implementation.
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 3208f4993..bb5895e99 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -37,6 +37,7 @@ add_library(video_core STATIC memory_manager.h morton.cpp morton.h + query_cache.h rasterizer_accelerated.cpp rasterizer_accelerated.h rasterizer_cache.cpp |
