1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Fix format issue

This commit is contained in:
Meow J
2016-11-06 15:40:16 +08:00
parent 90f0d304ba
commit fda2590b67

View File

@@ -9,6 +9,7 @@
!!! note "译注"
在学习此节之前,建议将这三个单词先记下来:
- 顶点数组对象Vertex Array ObjectVAO
- 顶点缓冲对象Vertex Buffer ObjectVBO
- 索引缓冲对象Element Buffer ObjectEBO或Index Buffer ObjectIBO