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 1bf6011 commit 1316767Copy full SHA for 1316767
webgl/lessons/webgl-attributes.md
@@ -73,7 +73,7 @@ gl.vertexAttribPointer = function(location, size, type, normalize, stride, offse
73
};
74
```
75
76
-Notice that when we call `gl.vertexAttribPointer` that `attrib.buffer`
+Notice that when we call `gl.vertexAttribPointer`, `attrib.buffer`
77
is set to whatever the current `gl.arrayBuffer` is set to.
78
`gl.arrayBuffer` in the pseudo code above would be set by
79
calling `gl.bindBuffer(gl.ARRAY_BUFFER, someBuffer)`.
0 commit comments