giawa / opengl4csharp

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

DuplicatingVBO #58

Closed ghost closed 4 years ago

ghost commented 4 years ago

I made a child class of VBO called DuplicatingVBO. It will save the data in the VBO to an array, so it can be accessed.

Mirror of this pull request, who's branch I messed up.

ghost commented 4 years ago

Sorry, I had copied the old code. I will fix all the problems.

ghost commented 4 years ago

I have fixed the problems, and I made DrawElementsIndirectCommand be in the OpenGL root namespace.

ghost commented 4 years ago

I fixed the change I made to the namespace.