1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00
This commit is contained in:
Meow J
2016-11-06 15:26:50 +08:00
parent 916ed3474b
commit da123c2ae4

View File

@@ -335,7 +335,7 @@ someOpenGLFunctionThatDrawsOurTriangle();
- <fun>glEnableVertexAttribArray</fun>和<fun>glDisableVertexAttribArray</fun>的调用。
- 通过<fun>glVertexAttribPointer</fun>设置的顶点属性配置。
- 通过`glVertexAttribPointer`调用进行的顶点缓冲对象与顶点属性链接
- 通过<fun>glVertexAttribPointer</fun>调用与顶点属性关联的顶点缓冲对象
![](../img/01/04/vertex_array_objects.png)