opengles3-book
opengles3-book copied to clipboard
Possible error in glVertexAttribDivisor
Chapter 7. Primitive Assembly and Rasterization > 2. Drawing Primitives
"The first method is to instruct OpenGL ES to read vertex attributes once or multiple times per instance using the following command"
It seems to me this should be: once per instance or per multiple-instances.