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

rewrite 04-11

This commit is contained in:
Meow J
2018-02-19 22:26:11 -05:00
parent 054ddde666
commit 8ed6129046
3 changed files with 80 additions and 66 deletions

View File

@@ -96,7 +96,7 @@
- Global全局
- Query查询
- Overload重载
- Rasterizer光栅
- Rasterizer光栅,光栅器
- Fragment Interpolation片段插值
- Interpolate插值
- Preprocessor Directives预处理指令
@@ -415,6 +415,21 @@
- Instanced Array实例化数组
- Attribute Divisor属性除数
## 04-11
- Jagged Edge锯齿边缘
- Aliasing走样
- Anti-aliasing抗锯齿
- Super Sample Anti-aliasing, SSAA超采样抗锯齿
- Downsample下采样
- Multisample Anti-aliasing, MSAA多重采样抗锯齿
- Sample Point采样点
- Subsample子采样点
- Multisample Buffer多重采样缓冲
- Hint (GLFW):提示
- Resolve还原
- Blit位块传送
## 06-01
- Debugging调试