Skip to content

Commit

Permalink
更好的解释“管线”是什么
Browse files Browse the repository at this point in the history
  • Loading branch information
jinleili committed Sep 17, 2023
1 parent e411aef commit 4c43add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/beginner/tutorial3-pipeline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 什么是管线?

如果你熟悉 OpenGL,应该记得使用着色器程序。你可以把**管线** (Pipeline) 看成是更强大的版本。一个管线描述了 GPU 将对一组数据执行的所有操作。在本节中,我们将具体创建一个渲染管线`RenderPipeline`)。
**管线** `ComputePipeline``RenderPipeline`)由一系列资源绑定、可编程阶段(**着色器**)设置及固定功能状态组成。它代表了由 GPU 硬件、驱动程序和用户代理组合而成的完整功能对象,描述了 GPU 将对一组数据执行的所有操作。在本节中,我们将具体创建一个**渲染管线**`RenderPipeline`)。

## 什么是着色器?

Expand Down

0 comments on commit 4c43add

Please sign in to comment.