mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-08 02:25:56 +00:00
Vulkan: Move shader/pipeline-related methods to ShaderCache
This commit is contained in:
parent
d23fd17e1a
commit
aff44684a4
17 changed files with 1258 additions and 1156 deletions
|
@ -11,7 +11,7 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
#include "Common/LinearDiskCache.h"
|
||||
#include "VideoBackends/Vulkan/Constants.h"
|
||||
#include "VideoBackends/Vulkan/ObjectCache.h"
|
||||
#include "VideoBackends/Vulkan/ShaderCache.h"
|
||||
#include "VideoCommon/GeometryShaderGen.h"
|
||||
#include "VideoCommon/NativeVertexFormat.h"
|
||||
#include "VideoCommon/PixelShaderGen.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue