[Fix] (MG_Backend): Fix RendererInfoPtr not accessible.

This commit is contained in:
BZLZHH
2025-10-31 13:44:51 +08:00
parent d982928a23
commit 73f8b88b5c
3 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace MobileGL {
inline const String CoreName = "MobileGL Core";
inline const String CoreVendor = "MobileGL-Dev";
inline const Version CoreVersion = {1, 0, 0, "-Dev"};
extern RendererInfo* RendererInfoPtr;
extern UniquePtr<RendererInfo> RendererInfoPtr;
namespace Backend {
#define MOBILEGL_BACKEND MOBILEGL_BACKEND_TYPE_DIRECT_GLES