axmol/cocos2dx/particle_nodes
Jason Lust 5455d20fc1 Fix Issue #2354
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.
2013-07-12 19:51:42 -07:00
..
CCParticleBatchNode.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCParticleBatchNode.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
CCParticleExamples.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCParticleExamples.h issue #2129: Removing CC prefix for cocos2dx module. 2013-06-20 14:13:12 +08:00
CCParticleSystem.cpp closed #2393: fix conflicts 2013-07-12 18:04:32 +08:00
CCParticleSystem.h Merge branch 'iss2129-remove_prefix' of https://github.com/minggo/cocos2d-x into minggo-iss2129-remove_prefix 2013-07-08 10:51:07 +08:00
CCParticleSystemQuad.cpp Fix Issue #2354 2013-07-12 19:51:42 -07:00
CCParticleSystemQuad.h issue #2129:remove prefix of types in ccTypes.h 2013-07-05 16:49:22 +08:00
firePngData.h fixed #1556: Added a newline at the end of firePngData.h file. 2012-11-08 12:06:02 +08:00