Skip to content

Commit e9f9219

Browse files
committed
fix type
1 parent 585616e commit e9f9219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl1-to-webgl2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ was global WebGL state. You can imagine it like this
235235
{ enable: ?, size: ?, type: ?, normalize: ?, stride: ?, offset: ?, buffer: ?, },
236236
],
237237
},
238-
}
238+
}
239239

240240
Calling functions like `gl.vertexAttribPointer`, `gl.enableVertexAttribArray`, and
241241
`gl.bindBuffer(gl.ELEMENT_ARRAY_BUFFER, ??)` would affect that global state.

0 commit comments

Comments
 (0)