video_core: Abstract vk_sampler_cache into a templated class

This commit is contained in:
ReinUsesLisp
2019-04-02 15:54:11 -03:00
parent 628153cccd
commit c5047540c9
5 changed files with 101 additions and 58 deletions

View File

@ -67,6 +67,8 @@ add_library(video_core STATIC
renderer_opengl/renderer_opengl.h
renderer_opengl/utils.cpp
renderer_opengl/utils.h
sampler_cache.cpp
sampler_cache.h
shader/decode/arithmetic.cpp
shader/decode/arithmetic_immediate.cpp
shader/decode/bfe.cpp