We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b7001 commit f0cad58Copy full SHA for f0cad58
webgl/lessons/zh_cn/webgl-how-it-works.md
@@ -293,7 +293,7 @@ table.vertex_table td {
293
294
<div class="webgl_bottombar"><h3>vertexAttribPointer中的normalizeFlag是什么?</h3>
295
<p>
296
-normalizeFlag适用于所有非浮点类型。 如果通过如果为false,则值将被解释为它们的类型。
+normalizeFlag适用于所有非浮点类型。 如果传入false,则值将被解释为它们的类型。
297
BYTE从-128到127,UNSIGNED_BYTE从0到255,SHORT INTEGER从-32768到32767等...
298
</p>
299
0 commit comments