mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Vulkan: Reload pipeline cache when relevant host config changes
This commit is contained in:
parent
a8343cc19a
commit
b380f292b4
5 changed files with 67 additions and 28 deletions
|
@ -117,7 +117,10 @@ public:
|
|||
bool IsWithinRenderArea(s32 x, s32 y, u32 width, u32 height) const;
|
||||
|
||||
// Reloads the UID cache, ensuring all pipelines used by the game so far have been created.
|
||||
void LoadPipelineUIDCache();
|
||||
void ReloadPipelineUIDCache();
|
||||
|
||||
// Clears shader pointers, ensuring that now-deleted modules are not used.
|
||||
void InvalidateShaderPointers();
|
||||
|
||||
private:
|
||||
// Serialized version of PipelineInfo, used when loading/saving the pipeline UID cache.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue