mirror of https://github.com/mosra/magnum.git
Browse Source
On systems without VAOs and without gl_VertexID the buffer needs to be bound before every draw call. This way the buffer reference would become dangling one, because the buffer is moved out somewhere else. Now creating it on heap and returning pointer instead. This multiple code path implementation is really starting to pay out, yay!pull/23/head
2 changed files with 10 additions and 7 deletions
Loading…
Reference in new issue