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

This commit is contained in:
BZLZHH
2025-05-04 01:18:55 +08:00
parent 30beaf6eb9
commit 16559291a3
2 changed files with 9 additions and 7 deletions
+8 -6
View File
@@ -27,11 +27,11 @@
---
### **3. Framebuffer Operations**
- [ ] glBindFramebuffer
- [ ] glCheckFramebufferStatus
- [ ] glDeleteFramebuffers
- [ ] glFramebufferTexture2D
- [ ] glGenFramebuffers
- [x] glBindFramebuffer
- [x] glCheckFramebufferStatus
- [x] glDeleteFramebuffers
- [x] glFramebufferTexture2D
- [x] glGenFramebuffers
---
@@ -91,6 +91,7 @@
### **8. Drawing Commands**
- [ ] glDrawElements
- [ ] glDrawArrays
## Abstraction Layer (MG_RHI)
@@ -190,4 +191,5 @@ glGetUniformLocation~~
---
### **8. Drawing Commands**
- [ ] glDrawElements
- [ ] glDrawElements
- [ ] glDrawArrays
+1 -1
View File
@@ -14,7 +14,7 @@
| Component | Development Progress |
|--------------------------------|----------------------|
| **OpenGL State Manager** | **45 ~ 55%** |
| **OpenGL State Manager** | **57 ~ 65%** |
| **Abstraction Layer (MG_RHI)** | **0%** |
| **OpenGL ES Backend** | **N/A** (of MG_RHI) |
| **Vulkan Backend** | **planned** |