mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 17:24:45 +00:00
Add Clear-GPUShaderCaches function to clean GPU shader caches: - NVIDIA: DXCache, GLCache, NV_Cache - AMD: DXCache, GLCache, VkCache - Intel: ShaderCache - DirectX: D3DSCache, DirectX Shader Cache - Vulkan: VulkanCache (pipeline cache) These caches can grow to 10GB+ and are safe to delete. They will be rebuilt automatically when needed. Integrated into main clean.ps1 workflow.