mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Docs] (README.md|PlannedFunctions.md): Update progress.
This commit is contained in:
+11
-11
@@ -2,7 +2,7 @@
|
||||
|
||||
### **1. Initialization & Query Functions**
|
||||
- [ ] glGetAttribLocation
|
||||
- [ ] glGetBufferParameteriv
|
||||
- [x] glGetBufferParameteriv
|
||||
- [x] glGetError
|
||||
- [ ] glGetIntegerv
|
||||
- [ ] glGetProgramiv
|
||||
@@ -50,16 +50,16 @@
|
||||
---
|
||||
|
||||
### **5. Buffer & Vertex Array Operations**
|
||||
- [ ] glBindBuffer
|
||||
- [ ] glBindVertexArray
|
||||
- [ ] glBufferData
|
||||
- [ ] glEnableVertexAttribArray
|
||||
- [ ] glGenBuffers
|
||||
- [ ] glGenVertexArrays
|
||||
- [ ] glMapBuffer
|
||||
- [ ] glUnmapBuffer
|
||||
- [ ] glVertexAttribIPointer
|
||||
- [ ] glVertexAttribPointer
|
||||
- [x] glBindBuffer
|
||||
- [x] glBindVertexArray
|
||||
- [x] glBufferData
|
||||
- [x] glEnableVertexAttribArray
|
||||
- [x] glGenBuffers
|
||||
- [x] glGenVertexArrays
|
||||
- [x] glMapBuffer
|
||||
- [x] glUnmapBuffer
|
||||
- [x] glVertexAttribIPointer
|
||||
- [x] glVertexAttribPointer
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user