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-09-06 19:06:40 +08:00
parent 079e82e10f
commit 08e9ac6f96
2 changed files with 2 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ void main()
- **.frag**:片段着色器(Fragment Shader)
- **.geom**:几何着色器(Geometry Shader)
- **.tesc**:细分控制着色器(Tessellation Control Shader)
- **.tese**:细分评估着色器(Tessellation Evaluation Shader)
- **.tese**:细分计算着色器(Tessellation Evaluation Shader)
- **.comp**:计算着色器(Compute Shader)
运行GLSL参考编译器非常简单

View File

@@ -144,7 +144,7 @@
- Flag标记
- Reference Compiler参考编译器
- Tessellation Control Shader细分控制着色器
- Tessellation Evaluation Shader细分评估着色器
- Tessellation Evaluation Shader细分计算着色器
- Compute Shader计算着色器
- Attachment附件
- Render Buffer Object渲染缓冲对象