2

I would like to delete the Mesa Vulkan shader cache for a particular application I'm using. Where is this cache stored by default on recent (Mesa 19/20) versions?

Newbyte
  • 856
  • 1
  • 9
  • 31

1 Answers1

3
rm -rf ~/.cache/mesa_shader_cache

More on it here: https://docs.mesa3d.org/envvars.html

Artem S. Tashkinov
  • 26,392
  • 4
  • 33
  • 64