mirror of https://github.com/AxioDL/metaforce.git
Update boo
This commit is contained in:
parent
dddc033319
commit
5884622de1
|
@ -1 +1 @@
|
||||||
Subproject commit 11cc456b4ee4dfcd2e874ce1a205d68d4395eee1
|
Subproject commit aa787eb427a58d87bdc56c9d991058d7128c5424
|
|
@ -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);
|
||||||
|
|
||||||
boo::IGraphicsDataToken data = gfxF->commit();
|
boo::GraphicsDataToken data = gfxF->commit();
|
||||||
|
|
||||||
/* Return control to main thread */
|
/* Return control to main thread */
|
||||||
innerLk.unlock();
|
innerLk.unlock();
|
||||||
|
|
Loading…
Reference in New Issue