mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +09:00
[Misc] (Getter): Add a space character of GL_RENDERER.
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user