mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 20:27:42 +00:00
Update boo
This commit is contained in:
2
hecl/extern/libBoo
vendored
2
hecl/extern/libBoo
vendored
Submodule hecl/extern/libBoo updated: 32d4797ac6...d145e15ecb
@@ -143,7 +143,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
|
||||
/* Assemble data binding */
|
||||
binding = testData.newShaderDataBindng(gfxF, testShaderObj, 1, (boo::IGraphicsBuffer**)&vubo, 1, &texture);
|
||||
|
||||
gfxF->commit();
|
||||
boo::IGraphicsDataToken data = gfxF->commit();
|
||||
|
||||
/* Return control to main thread */
|
||||
innerLk.unlock();
|
||||
@@ -207,6 +207,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
|
||||
|
||||
std::unique_lock<std::mutex> finallk(loadmt);
|
||||
finallk.unlock();
|
||||
gfxQ->stopRenderer();
|
||||
loadcv.notify_one();
|
||||
loaderThr.join();
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user