Closed TheAIBot closed 5 years ago
This commit is built upon #27. Part 3 of 3 from #24 with the changes discussed in #26.
All VAO<...> classes are now obsolete in favor of VAO(ShaderProgram program, IGenericVBO[] vbos). The feature set of VAO is now the same as GenericVAO.
Looks good! Thanks for putting that together.
This commit is built upon #27. Part 3 of 3 from #24 with the changes discussed in #26.
All VAO<...> classes are now obsolete in favor of VAO(ShaderProgram program, IGenericVBO[] vbos). The feature set of VAO is now the same as GenericVAO.