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-26 22:23:05 +08:00
parent 63cb2f5c42
commit 086711d4d7
14 changed files with 106 additions and 94 deletions

View File

@@ -106,4 +106,13 @@
- Texture Coordinate纹理坐标
- Sampling采样
- Wrapping环绕方式
- Clamp约束
- Clamp约束
- Nearest Neighbor Filtering临近过滤
- Texture PixelTexel纹理像素
- (Bi)linear Filtering线性过滤
- Magnify放大
- Minify缩小
- Mipmap多级渐远纹理
- Channel通道
- Sampler采样器
- Texture Unit纹理单元