mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 22:28:32 +09:00
[Docs] (README.md|PlannedFunctions.md): Update progress.
This commit is contained in:
+11
-11
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### **1. Initialization & Query Functions**
|
### **1. Initialization & Query Functions**
|
||||||
- [ ] glGetAttribLocation
|
- [ ] glGetAttribLocation
|
||||||
- [ ] glGetBufferParameteriv
|
- [x] glGetBufferParameteriv
|
||||||
- [x] glGetError
|
- [x] glGetError
|
||||||
- [ ] glGetIntegerv
|
- [ ] glGetIntegerv
|
||||||
- [ ] glGetProgramiv
|
- [ ] glGetProgramiv
|
||||||
@@ -50,16 +50,16 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
### **5. Buffer & Vertex Array Operations**
|
### **5. Buffer & Vertex Array Operations**
|
||||||
- [ ] glBindBuffer
|
- [x] glBindBuffer
|
||||||
- [ ] glBindVertexArray
|
- [x] glBindVertexArray
|
||||||
- [ ] glBufferData
|
- [x] glBufferData
|
||||||
- [ ] glEnableVertexAttribArray
|
- [x] glEnableVertexAttribArray
|
||||||
- [ ] glGenBuffers
|
- [x] glGenBuffers
|
||||||
- [ ] glGenVertexArrays
|
- [x] glGenVertexArrays
|
||||||
- [ ] glMapBuffer
|
- [x] glMapBuffer
|
||||||
- [ ] glUnmapBuffer
|
- [x] glUnmapBuffer
|
||||||
- [ ] glVertexAttribIPointer
|
- [x] glVertexAttribIPointer
|
||||||
- [ ] glVertexAttribPointer
|
- [x] glVertexAttribPointer
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
| Component | Development Progress |
|
| Component | Development Progress |
|
||||||
|--------------------------------|----------------------|
|
|--------------------------------|----------------------|
|
||||||
| **OpenGL State Manager** | **6% ~ 8%** |
|
| **OpenGL State Manager** | **25 ~ 30%** |
|
||||||
| **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** |
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
| Component | Development Progress\* |
|
| Component | Development Progress\* |
|
||||||
|--------------------------------|------------------------|
|
|--------------------------------|------------------------|
|
||||||
| **OpenGL State Manager** | **13 / 65** |
|
| **OpenGL State Manager** | **24 / 65** |
|
||||||
| **Abstraction Layer (MG_RHI)** | **0 / 65** |
|
| **Abstraction Layer (MG_RHI)** | **0 / 65** |
|
||||||
| **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