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

Rewrite 04-07

This commit is contained in:
Meow J
2017-07-26 02:50:15 +08:00
parent d1abbc5be7
commit 7f7fc409da
2 changed files with 45 additions and 38 deletions

View File

@@ -366,6 +366,14 @@
- Single-side Refraction单面折射
- Dynamic Environment Mapping动态环境映射
## 04-07
- Buffer Target缓冲目标
- Reserve内存预留
- Unmapping解除映射
- Interleave交错
- Uniform Buffer ObjectUniform缓冲对象
## 06-01
- Debugging调试