From 4769a9cf7b3eb7ae5dc3af845e1a33626db1828e Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 31 Jan 2026 16:49:37 +0800 Subject: [PATCH] [Chore] (MG_Config): Use DirectVulkan backend. --- MobileGL/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index a789782c..a5f22734 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -20,7 +20,7 @@ namespace MobileGL { extern UniquePtr RendererInfoPtr; namespace Backend { -#define MOBILEGL_BACKEND MOBILEGL_BACKEND_TYPE_DIRECT_GLES +#define MOBILEGL_BACKEND MOBILEGL_BACKEND_TYPE_DIRECT_VULKAN namespace Diligent { inline const MG_Backend::Diligent::SpecificBackendType SpecificBackend =