mirror of https://github.com/axmolengine/axmol.git
5455d20fc1
Once a Texture Atlas VAO has deallocated by glDeleteVertexArrays. The GLStateCache may have been recently set to that vaoID. When shortly after a new glGenVertexArrays gets the same vaoID but the glBindVertexArray is bypassed because of the GLStateCache is not aware the VAO was just invalidated, and new vertex are copied to the old freed address. |
||
---|---|---|
.. | ||
CCDrawNode.cpp | ||
CCDrawNode.h | ||
CCDrawingPrimitives.cpp | ||
CCDrawingPrimitives.h |