How do I get rid of this error?
Warning: _load_pipeline_cache: Invalid pipelines cache header.
C++ Source: drivers/vulkan/rendering_device_vulkan.cpp:9200 @ _load_pipeline_cache()
Since I updated to version 551.61 of the NVIDIA Studio Driver I get this yellow error message. I didn’t do any C++ coding, so it had to be the driver update.
Updating the graphics driver will always invalidate the shader cache, so this is expected. This will not result in rendering issues but you may encounter shader compilation stutter where shaders would have been reused from the cache previously.
I’m seeing the warning on every run. If the cache is invalidated shouldn’t it be cleared on the first run after an update and never show again (until the next update)?