mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Vulkan: Validate the pipeline cache before using it
This ensures that if a user changes adapters or vendors we're not passing invalid data to the driver.
This commit is contained in:
@ -143,6 +143,7 @@ public:
|
||||
|
||||
private:
|
||||
bool CreatePipelineCache(bool load_from_disk);
|
||||
bool ValidatePipelineCache(const u8* data, size_t data_length);
|
||||
void DestroyPipelineCache();
|
||||
void LoadShaderCaches();
|
||||
void DestroyShaderCaches();
|
||||
|
Reference in New Issue
Block a user