From 2f39c4327018ccd74b02b0c532bffe530e22ebd4 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 31 Jan 2026 15:41:52 +0800 Subject: [PATCH] [Docs] (README): Update status. --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a6d3a95..ab6013f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 97446e1d..1506f8d7 100644 --- a/README.md +++ b/README.md @@ -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