From 18941f9e837e9eb367355c2d2f9d967e4e9606f5 Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Mon, 9 Feb 2026 14:43:29 +0800 Subject: [PATCH] [Feat] (MobileGL/Config): add CacheVersion --- MobileGL/Config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index aa047ec3..afc84de4 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -16,6 +16,7 @@ namespace MobileGL { inline const String CoreName = "MobileGL Core"; inline const String CoreVendor = "MobileGL-Dev (BZLZHH, Swung0x48, Tungsten)"; inline const Version CoreVersion = {26, 2, 0, "-dev", VersionType::Development}; + inline const Uint64 CacheVersion = 0; inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true}; extern UniquePtr RendererInfoPtr;