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-08-29 01:43:33 +08:00
parent c95ab5a95f
commit 18dc11fb82
4 changed files with 50 additions and 44 deletions

View File

@@ -147,4 +147,11 @@
- Tessellation Evaluation Shader细分评估着色器
- Compute Shader计算着色器
- Attachment附件
- Render Buffer Object渲染缓冲对象
- Render Buffer Object渲染缓冲对象
## 06-03-01
- Level关卡
- Gameplay State游戏状态
- Singleton单一实例
- Single Responsibility Principle单一功能原则