From a15f337fa56cf1a4797a14e0a3600f017771079f Mon Sep 17 00:00:00 2001 From: XiongYouliang Date: Mon, 11 Apr 2022 13:01:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E2=80=98=E5=AE=83=E2=80=99?= =?UTF-8?q?=EF=BC=8C=E6=8C=87=E4=BB=A3=E5=89=8D=E6=96=87=E7=9A=84=E2=80=98?= =?UTF-8?q?=E5=90=91=E9=87=8F=E2=80=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/01 Getting started/05 Shaders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01 Getting started/05 Shaders.md b/docs/01 Getting started/05 Shaders.md index 627d062..63563c0 100644 --- a/docs/01 Getting started/05 Shaders.md +++ b/docs/01 Getting started/05 Shaders.md @@ -83,7 +83,7 @@ vec4 result = vec4(vect, 0.0, 0.0); vec4 otherResult = vec4(result.xyz, 1.0); ``` -向量是一种灵活的数据类型,我们可以把用在各种输入和输出上。学完教程你会看到很多新颖的管理向量的例子。 +向量是一种灵活的数据类型,我们可以把它用在各种输入和输出上。学完教程你会看到很多新颖的管理向量的例子。 ## 输入与输出