[Misc] (Getter): Add a space character of GL_RENDERER.

This commit is contained in:
BZLZHH
2025-05-16 16:55:49 +08:00
parent 2b5b4c5008
commit 95110fd989
@@ -44,7 +44,7 @@ namespace MG_GL::GL {
} }
return (const GLubyte *)rendererString.c_str(); return (const GLubyte *)rendererString.c_str();
*/ */
return (const GLubyte *)(MG_GL::Getter::GetMGName() + "(MobileGL Core) Renderer").c_str(); return (const GLubyte *)(MG_GL::Getter::GetMGName() + " (MobileGL Core) Renderer").c_str();
} }
case GL_SHADING_LANGUAGE_VERSION: case GL_SHADING_LANGUAGE_VERSION:
return (const GLubyte *) "4.50 MobileGL with glslang"; return (const GLubyte *) "4.50 MobileGL with glslang";