[Docs] (README): Update status.

This commit is contained in:
BZLZHH
2026-01-31 15:41:52 +08:00
parent 1021a7f741
commit 2f39c43270
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ project("MobileGL")
option(MOBILEGL_BUILD_TEST "Build MobileGL tests" ON )
option(MOBILEGL_BUILD_BENCHMARK "Build MobileGL benchmarks" ON )
option(MOBILEGL_FORCE_RELEASE_OPT "Enable Release optimization flags in Debug build" ON )
option(MOBILEGL_ENABLE_TRACY "Enable tracy for profiling" OFF)
option(MOBILEGL_ENABLE_TRACY "Enable tracy for profiling" OFF)
if (ANDROID)
set(MOBILEGL_BUILD_TEST OFF CACHE BOOL "Build MobileGL tests" FORCE)
+1 -1
View File
@@ -48,7 +48,7 @@ Refer to each component's repository for exact license texts. Any bundled third-
## Compatibility & target
* **Short-term target:** Implement `OpenGL 3.3 (Core Profile)`.
* **Current development focus:** MG_State and MG_Impl for `OpenGL 3.3 (Core Profile)`, and a `Direct (OpenGL ES)` backend implementation. These components are incomplete.
* **Current development focus:** MG_State and MG_Impl for `OpenGL 3.3 (Core Profile)`, and a `Direct (Vulkan)` backend implementation. These components are incomplete.
## Build Instructions