paroj / gltut

Learning Modern 3D Graphics Programming
https://paroj.github.io/gltut/
MIT License
1.57k stars 377 forks source link

chapter 3 GL_STREAM_DRAW mismatch #34

Closed paroj closed 8 years ago

paroj commented 12 years ago

Originally reported by: ehuss (Bitbucket: ehuss, GitHub: ehuss)


The Chapter 3 tutorial for cpuPositionOffset.cpp says that it changed the call to glBufferData to use GL_STREAM_DRAW, but the source code is still using GL_STATIC_DRAW.


paroj commented 12 years ago

Original comment by Jason McKesson (Bitbucket: alfonse, GitHub: alfonse):


Fixed in changelist <>