From 155aaa0d4b754d2499edc03964303c5eef0e7a75 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 7 Feb 2026 12:32:03 +0800 Subject: [PATCH] [Docs] (README): Improve accuracy. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5babaa85..a99728fc 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ This project is intended as an implementation/translation layer. The repository is organized into following top-level modules: -1. **MG_State** — OpenGL state tracking and state-management logic. -2. **MG_Impl** — front-end OpenGL API implementations that interact with `MG_State` and `MG_Backend`. -3. **MG_Backend** — per-backend translation layer that maps front-end OpenGL semantics and state into concrete backend API calls (e.g. OpenGL ES, Vulkan). +1. **MG_State** — state tracking and management logic for Graphics APIs. +2. **MG_Impl** — front-end implementations of Graphics APIs that interact with `MG_State` and `MG_Backend`. +3. **MG_Backend** — per-backend translation layer that maps front-end Graphics APIs' semantics and state into concrete backend API calls (e.g. OpenGL ES, Vulkan). 4. **MG_Util** and other utility modules. ## Third-party components