This commit is contained in:
James Chen 2014-02-21 11:40:13 +08:00
Родитель 30c479220f
Коммит 81d4525a6a
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -610,9 +610,10 @@ Developers:
Makes Colors are now comparable and explicit convertible
bmanGH
Use gl caching functions in TexturePVR::createGLTexture()
Used gl caching functions in TexturePVR::createGLTexture()
Configuration of VAO in runtime
Add setUniformLocationWithMatrix2fv, setUniformLocationWithMatrix3fv mothed into GLProgram class
Added setUniformLocationWithMatrix2fv, setUniformLocationWithMatrix3fv mothed into GLProgram class
Fixed a bug that object which isn't in Vector would also be released when invoking Vector::eraseObject.
metadao
make create_project.py more pythonic and fix some typoes