From 605c5daf5473839168f317583cd0de24f334ba10 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 17 May 2025 13:10:55 +0800 Subject: [PATCH] [Chore] (Global): Upgrade target GL version to 3.2.0. --- MG/Global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MG/Global.h b/MG/Global.h index c4226369..630410bd 100644 --- a/MG/Global.h +++ b/MG/Global.h @@ -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; }