FeatureRequest: User draw calls from OpenGLRenderer
It would be nice if we can hook into the draw loop of the OpenGLRenderer to call draw directly with opengl there.
Do you accept pull requests? If so, I'm happy to add it
Hi @jc211, sorry we some legal things to clear before we can take PRs - but this seems like a good idea, if you have a solution please propose it here and we will look to integrate it ourselves.
Thank you! Miles
Hi @jc211 , just an update since we can now take PRs we'd be happy to take this change if you have it.
It looks like callbacks were added into the opengl renderer that allow this to happen :).