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