Skip to content

Commit 36d44a3

Browse files
fanhongmolegreggman
authored andcommitted
Update CPU to GPU in the Chinese version
1 parent 397a447 commit 36d44a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/zh_cn/webgl-how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description: WebGL 的底层到底做了什么
33
TOC: 如何工作的
44

55
这篇文章延续[WebGL 基本原理](webgl-fundamentals.html)。 在继续之前,
6-
我们需要探讨一个基本问题:WebGL 和 GPU 到底在做什么。CPU 基本做了两部分事情:
6+
我们需要探讨一个基本问题:WebGL 和 GPU 到底在做什么。GPU 基本做了两部分事情:
77
第一部分是处理顶点(数据流),变成裁剪空间节点;第二部分是基于第一部分的结果绘制像素。
88

99
当你调用

0 commit comments

Comments
 (0)