Verzió
4.0-694
Ág: %s
StreamBuffers
Dátum
10 évvel, 9 hónappal ezelőtt
Windows x64 Windows x86 Mac OS X
Megjegyzés
128fcdac26a9f7b6eb5174b88483c7ca023f210b
Szerző módosítása
degasus
Leírás módosítása
OpenGL: refactor all of our StreamBuffers

The old way was to use big switch/case statements based on a type of buffer.
The new one is to use inheritance.

This change prohibits us to change the buffer type while running, but I doubt we'll ever do so.
Performance should also be a bit better. Also a nice cleanup.

Added some comments about this different kind of buffers.