From 1ca2d3c0feafa441d55df64f70116e7ebea65719 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Wed, 5 Aug 2026 01:15:26 -0400 Subject: [PATCH] [Docs] (README): move the short-term target to OpenGL 4.2 The 3.3 line is done - GL30 through GL33 conform on both backends - and the work in flight (GL40, direct state access) is already past it, so the stated short-term target now reads 4.2 and MG_State/MG_Impl are focused there. Performance work joins the focus list alongside the two backends. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8ac73fc..5da8ef0d 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,10 @@ Refer to each component's repository for exact license texts. Any bundled third- ## Compatibility & target -* **Short-term target:** `OpenGL 3.3 (Core Profile)`. +* **Short-term target:** `OpenGL 4.2 (Core Profile)`. * **Current development focus:** - * `MG_State` and `MG_Impl` for `OpenGL 3.3 (Core Profile)` + * Performance improvement + * `MG_State` and `MG_Impl` for `OpenGL 4.2 (Core Profile)` * `Direct (Vulkan)` backend * `Direct (OpenGL ES)` backend