added custom debug handler

This commit is contained in:
itsmattkc
2019-09-10 23:44:35 +10:00
parent 69ca2b2a50
commit 6dc62a8703
8 changed files with 50 additions and 6 deletions
@@ -54,13 +54,9 @@ void RendererThreadBase::run()
instance.SetShareContext(share_ctx_);
qDebug() << this << "is starting its OpenGL context";
// Allocate and create resources
if (instance.Start()) {
qDebug() << this << "OpenGL context creation succeeded";
// Main loop (use Cancel() to exit it)
ProcessLoop();