Version
4.0-691
Branch
StreamBuffers
Date
9 years, 2 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
4b8217ec0196667275537840295f32474c084718
Change author
degasus
Change description
OpenGL: change StreamBuffer in a streaming way

This is a bit slower on map_and_* because of flushing and _very_ much slower on buffer(sub)?data because of a new memcpy.
But this design allow us to decode directly into a gpu buffer, eg vertexloader will profit :)