We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67a8d2 commit fbac2ceCopy full SHA for fbac2ce
1 file changed
MobileGL/Config.h
@@ -13,7 +13,7 @@ namespace MobileGL {
13
namespace MG_Config {
14
inline const String ProjectName = "MobileGL";
15
inline const String CoreName = "MobileGL Core";
16
- inline const String CoreVendor = "MobileGL-Dev";
+ inline const String CoreVendor = "MobileGL-Dev (BZLZHH, Swung0x48, Tungsten)";
17
inline const Version CoreVersion = {26, 1, 0, "-dev", VersionType::Development};
18
inline const VersionStringFormatAttrib DefaultVersionStringFormatAttrib = {2, 2, 0, true, true};
19
extern UniquePtr<RendererInfo> RendererInfoPtr;
0 commit comments