[Docs] (README.md|PlannedFunctions.md): Update progress.

This commit is contained in:
BZLZHH
2025-05-04 02:31:30 +08:00
parent 0e7483bdd4
commit 1dddf294c9
2 changed files with 14 additions and 14 deletions
+11 -11
View File
@@ -64,18 +64,18 @@
---
### **6. State Management**
- [ ] glBlendFunc
- [ ] glBlendFuncSeparate
- [ ] glClear
- [ ] glClearColor
- [ ] glClearDepth
- [ ] glColorMask
- [ ] glDepthFunc
- [ ] glDepthMask
- [ ] glDisable
- [ ] glEnable
- [x] glBlendFunc
- [x] glBlendFuncSeparate
- [x] glClear
- [x] glClearColor
- [x] glClearDepth
- [x] glColorMask
- [x] glDepthFunc
- [x] glDepthMask
- [x] glDisable
- [x] glEnable
- [x] glPixelStorei
- [ ] glViewport
- [x] glViewport
---
+3 -3
View File
@@ -14,7 +14,7 @@
| Component | Development Progress |
|--------------------------------|----------------------|
| **OpenGL State Manager** | **57 ~ 65%** |
| **OpenGL State Manager** | **60 ~ 70%** |
| **Abstraction Layer (MG_RHI)** | **0%** |
| **OpenGL ES Backend** | **N/A** (of MG_RHI) |
| **Vulkan Backend** | **planned** |
@@ -25,8 +25,8 @@
| Component | Development Progress\* |
|--------------------------------|------------------------|
| **OpenGL State Manager** | **43 / 65** |
| **Abstraction Layer (MG_RHI)** | **0 / 60** |
| **OpenGL State Manager** | **59 / 62** |
| **Abstraction Layer (MG_RHI)** | **0 / 57** |
| **OpenGL ES Backend** | **N/A** (of MG_RHI) |
| **Vulkan Backend** | **planned** |