gl-440-buffer-storage mapping bug
ratchetfreak opened this issue · 1 comments
ratchetfreak commented
On cleanup you test if UniformPointer is not valid and if so you unmap the pointer.
The negation should probably be removed.
https://github.com/g-truc/ogl-samples/blob/master/tests/gl-440-buffer-storage.cpp#L225-L230
Groovounet commented
This issue has been fixed in the master branch.
Thanks for contributing,
Christophe