[Chore] (Global): Upgrade target GL version to 3.2.0.

This commit is contained in:
BZLZHH
2025-05-17 13:10:55 +08:00
parent 223ae1e33f
commit 605c5daf54
+1 -1
View File
@@ -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;
}