mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 09:37:56 +00:00
video_core: Abstract vk_sampler_cache into a templated class
This commit is contained in:
parent
094442e8a3
commit
e62b0ad6ae
5 changed files with 101 additions and 58 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue