1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00
This commit is contained in:
Meow J
2016-07-16 14:00:05 +08:00
parent 3b11a476e7
commit 6605764a8c
5 changed files with 138 additions and 121 deletions

View File

@@ -83,4 +83,20 @@
- Offset偏移量
- VAO顶点数组对象Vertex Array Object
- Element Buffer ObjectIndex Buffer ObjectEBOIBO索引缓冲对象
- Wireframe Mode线框模式
- Wireframe Mode线框模式
- Stage阶段
## 01-04
- uniformuniform
- Matrix矩阵
- Texture纹理
- Swizzling重组
- Global全局
- Query查询
- Overload重载
- Rasterizer光栅
- Fragment Interpolation片段插值
- Interpolate插值
- Preprocessor Directives预处理指令
- Debug调试