From 8e9117da6e3c682f18d255dd69f7f5e2c683d365 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 6 Feb 2022 15:26:04 +0800 Subject: [PATCH] Update 05 Shaders.md --- 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 0342940..627d062 100644 --- a/docs/01 Getting started/05 Shaders.md +++ b/docs/01 Getting started/05 Shaders.md @@ -52,7 +52,7 @@ std::cout << "Maximum nr of vertex attributes supported: " << nrAttributes << st ### 向量 -GLSL中的向量是一个可以包含有1、2、3或者4个分量的容器,分量的类型可以是前面默认基础类型的任意一个。它们可以是下面的形式(`n`代表分量的数量): +GLSL中的向量是一个可以包含有2、3或者4个分量的容器,分量的类型可以是前面默认基础类型的任意一个。它们可以是下面的形式(`n`代表分量的数量): 类型|含义 ---|---