giawa / opengl4csharp

OpenGL 4 Bindings (partially based on OpenTK) for C#
Other
234 stars 61 forks source link

Vao inherits from GenericVAO #28

Closed TheAIBot closed 5 years ago

TheAIBot commented 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.

giawa commented 5 years ago

Looks good! Thanks for putting that together.