mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-22 20:25:28 +08:00
Add glossary
This commit is contained in:
47
glossary.md
Normal file
47
glossary.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# 专有词汇翻译记录
|
||||
|
||||
本文档收录了校对过程中翻译的所有专有词汇,供翻译统一化使用,每一节都只提供新出现的词汇。
|
||||
|
||||
## 01-01
|
||||
|
||||
- API:Application Programming Interface,应用程序编程接口
|
||||
- Specification:规范
|
||||
- Implement:实现
|
||||
- Immediate mode:立即渲染模式
|
||||
- Core-profile:核心模式
|
||||
- Fixed Function Pipeline:固定渲染管线
|
||||
- Extension:扩展
|
||||
- State Machine:状态机
|
||||
- Context:上下文
|
||||
- State-changing Function:状态设置函数
|
||||
- State-using Function:状态应用函数
|
||||
- Object:对象
|
||||
- Primitive Type:基元类型
|
||||
- Option:选项
|
||||
- Modern:现代
|
||||
|
||||
## 01-02
|
||||
|
||||
- Abstract:抽象
|
||||
- Link:链接
|
||||
- Linker:连接器
|
||||
- Dynamic:动态
|
||||
- Static:静态
|
||||
|
||||
## 01-03
|
||||
|
||||
- Major:主版本号
|
||||
- Minor:次版本号
|
||||
- Viewport:视口
|
||||
- Dimension(窗口):维度
|
||||
- Game Loop:游戏循环
|
||||
- Color Buffer:颜色缓冲
|
||||
- Double Buffer:双缓冲
|
||||
- Front Buffer:前缓冲
|
||||
- Back Buffer:后缓冲
|
||||
- Swap:交换
|
||||
- Callback Function:回调函数
|
||||
- KeyCallback:按键回调
|
||||
- Callback:回调
|
||||
- Rendering:渲染
|
||||
- Call:调用
|
Reference in New Issue
Block a user