Skip to content

Commit 557a75e

Browse files
yunsiigreggman
authored andcommitted
fix: typo
1 parent 5110106 commit 557a75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/zh_cn/webgl-fundamentals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ WebGL是在GPU上运行的。在GPU上运行的WebGL代码是以一对函数的
3131

3232
3. 纹理(Textures)
3333

34-
纹理是能够在着色器程序中随机访问的数组数据。大多数情况下纹理存储图片数据,但它也用于包含颜色以为的数据
34+
纹理是能够在着色器程序中随机访问的数组数据。大多数情况下纹理存储图片数据,但它也用于包含颜色以外的数据
3535

3636
4. Varyings
3737

0 commit comments

Comments
 (0)