DescriptionThe function glBufferData 's second argument type is GLsizeiptr, not GLsizei.
glBufferSubData 's second argument type is GLintptr, not GLint. And the third argument type is GLsizeiptr, not GLsizei.
A mistake in glBufferData and glBufferSubData 's arguments.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273106
Patch Set 1 #Messages
Total messages: 18 (0 generated)
|