2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 10:27:42 +00:00

Update boo

This commit is contained in:
Jack Andersen
2015-12-17 17:25:53 -10:00
parent dddc033319
commit 5884622de1
2 changed files with 2 additions and 2 deletions

2
hecl/extern/libBoo vendored

Submodule hecl/extern/libBoo updated: 11cc456b4e...aa787eb427

View File

@@ -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();