mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Docs] (README.md|PlannedFunctions.md): Update progress.
This commit is contained in:
+8
-6
@@ -27,11 +27,11 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
### **3. Framebuffer Operations**
|
### **3. Framebuffer Operations**
|
||||||
- [ ] glBindFramebuffer
|
- [x] glBindFramebuffer
|
||||||
- [ ] glCheckFramebufferStatus
|
- [x] glCheckFramebufferStatus
|
||||||
- [ ] glDeleteFramebuffers
|
- [x] glDeleteFramebuffers
|
||||||
- [ ] glFramebufferTexture2D
|
- [x] glFramebufferTexture2D
|
||||||
- [ ] glGenFramebuffers
|
- [x] glGenFramebuffers
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -91,6 +91,7 @@
|
|||||||
|
|
||||||
### **8. Drawing Commands**
|
### **8. Drawing Commands**
|
||||||
- [ ] glDrawElements
|
- [ ] glDrawElements
|
||||||
|
- [ ] glDrawArrays
|
||||||
|
|
||||||
## Abstraction Layer (MG_RHI)
|
## Abstraction Layer (MG_RHI)
|
||||||
|
|
||||||
@@ -190,4 +191,5 @@ glGetUniformLocation~~
|
|||||||
---
|
---
|
||||||
|
|
||||||
### **8. Drawing Commands**
|
### **8. Drawing Commands**
|
||||||
- [ ] glDrawElements
|
- [ ] glDrawElements
|
||||||
|
- [ ] glDrawArrays
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
| Component | Development Progress |
|
| Component | Development Progress |
|
||||||
|--------------------------------|----------------------|
|
|--------------------------------|----------------------|
|
||||||
| **OpenGL State Manager** | **45 ~ 55%** |
|
| **OpenGL State Manager** | **57 ~ 65%** |
|
||||||
| **Abstraction Layer (MG_RHI)** | **0%** |
|
| **Abstraction Layer (MG_RHI)** | **0%** |
|
||||||
| **OpenGL ES Backend** | **N/A** (of MG_RHI) |
|
| **OpenGL ES Backend** | **N/A** (of MG_RHI) |
|
||||||
| **Vulkan Backend** | **planned** |
|
| **Vulkan Backend** | **planned** |
|
||||||
|
|||||||
Reference in New Issue
Block a user