From 16559291a31d1b0d8d6bf08abe3b86a4b9035f76 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sun, 4 May 2025 01:18:55 +0800 Subject: [PATCH] [Docs] (README.md|PlannedFunctions.md): Update progress. --- PlannedFunctions.md | 14 ++++++++------ README.md | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/PlannedFunctions.md b/PlannedFunctions.md index c2ba5695..fb754ba0 100644 --- a/PlannedFunctions.md +++ b/PlannedFunctions.md @@ -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 \ No newline at end of file +- [ ] glDrawElements +- [ ] glDrawArrays \ No newline at end of file diff --git a/README.md b/README.md index 48c7eb0a..0c4ee4b7 100644 --- a/README.md +++ b/README.md @@ -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** |