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 448b1d1 commit 1bf6011Copy full SHA for 1bf6011
webgl/lessons/webgl-attributes.md
@@ -146,7 +146,7 @@ attributes: [
146
..
147
```
148
You can set each attribute's value with the various `gl.vertexAttribXXX`
149
-functions. The value is used when `enable` is false. When enable is true data for
+functions. The value is used when `enable` is false. When `enable` is true, data for
150
the attribute is pulled from the assigned buffer.
151
152
<a id="vaos"></a>
0 commit comments