1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Update glossary.md

Add translation of *Texture Wrapping*
This commit is contained in:
Chris Cheng
2023-04-24 23:51:51 +08:00
committed by GitHub
parent 24f7b6cb4f
commit 35645dba99

View File

@@ -118,6 +118,7 @@
- Channel通道 - Channel通道
- Sampler采样器 - Sampler采样器
- Texture Unit纹理单元 - Texture Unit纹理单元
- Texture Wrapping纹理环绕
## 01-07 ## 01-07
@@ -461,4 +462,4 @@
- Level关卡 - Level关卡
- Gameplay State游戏状态 - Gameplay State游戏状态
- Singleton单一实例 - Singleton单一实例
- Single Responsibility Principle单一功能原则 - Single Responsibility Principle单一功能原则