mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-10 05:57:41 +00:00
IGraphicsDataToken and IGraphicsCommandQueue::stopRenderer()
This commit is contained in:
@@ -377,7 +377,7 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
factory->newShaderDataBinding(pipeline, vfmt, vbo, nullptr, nullptr, 0, nullptr, 1, &texture);
|
||||
|
||||
/* Commit objects */
|
||||
IGraphicsData* data = factory->commit();
|
||||
IGraphicsDataToken data = factory->commit();
|
||||
|
||||
/* Return control to client */
|
||||
lk.unlock();
|
||||
@@ -458,6 +458,7 @@ struct TestApplicationCallback : IApplicationCallback
|
||||
}
|
||||
}
|
||||
|
||||
gfxQ->stopRenderer();
|
||||
m_cv.notify_one();
|
||||
loaderThread.join();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user