1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

Rewrite 04-10

This commit is contained in:
Meow J
2017-09-19 19:25:03 -04:00
parent 64b2f91ea0
commit d5aece4c04
4 changed files with 156 additions and 141 deletions

View File

@@ -406,6 +406,15 @@
- Implode向内爆炸
- Fur毛发
## 04-10
- CPU to GPU BusCPU到GPU总线
- Instance实例
- Instancing实例化
- Instance Count实例数量
- Instanced Array实例化数组
- Attribute Divisor属性除数
## 06-01
- Debugging调试