[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.
This commit is contained in:
BZLZHH
2026-08-05 01:15:26 -04:00
parent 58c17f85a5
commit 1ca2d3c0fe
+3 -2
View File
@@ -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