[Fix] (MG_Backend/DirectVulkan): disable pipeline cache on PowerVR

This commit is contained in:
2026-06-28 01:21:49 +08:00
parent 5af927224f
commit db388e64b9
3 changed files with 15 additions and 0 deletions
@@ -17,6 +17,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
Uint64 CacheVersion = MG_Config::CacheVersion;
Uint32 SurfaceWidth = 1;
Uint32 SurfaceHeight = 1;
Bool DisablePipelineCache = false;
#if MOBILEGL_LOG_ACTIVE_LEVEL <= MOBILEGL_LOG_LEVEL_DEBUG
Bool EnableValidationLayers = true;
#else