Closed Constellation closed 11 years ago
src/Test.util.h (deleteTexture) : Use vector instead of C array
Using std::vector removes MaxTexturesToDelete limitation and makes code clear.
Thanks!
src/Test.util.h (deleteTexture) : Use vector instead of C array
Using std::vector removes MaxTexturesToDelete limitation and makes code clear.