cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
538 stars 59 forks source link

Remove assert in drawArraysIndirect ... #380

Closed Nyran closed 5 years ago

Nyran commented 5 years ago

… which prohibits drawing from bound indirect buffer at offset 0 in debug mode. This change is consistent with the remaining wrapped indirect draw calls.

scheibel commented 5 years ago

Valid use case. Thanks for contributing.