mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[Chore] (Global): Upgrade target GL version to 3.2.0.
This commit is contained in:
+2
-2
@@ -13,7 +13,7 @@ namespace MG_Global {
|
||||
inline const int VersionMinor = 0;
|
||||
inline const int VersionRevision = 0;
|
||||
inline const int VersionPatch = 0;
|
||||
inline const std::string VersionSuffix = "-Dev";
|
||||
inline const std::string VersionSuffix = "-ShittilyDraw";
|
||||
}
|
||||
|
||||
namespace Backend {
|
||||
@@ -22,7 +22,7 @@ namespace MG_Global {
|
||||
|
||||
namespace GL {
|
||||
inline const int GLVersionMajor = 3;
|
||||
inline const int GLVersionMinor = 0;
|
||||
inline const int GLVersionMinor = 2;
|
||||
inline const int GLVersionRevision = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user