Update submodules

This commit is contained in:
Jack Andersen 2015-11-30 14:35:08 -10:00
parent 69788ac273
commit add7ba1bdf
3 changed files with 2 additions and 3 deletions

2
hecl/extern/Athena vendored

@ -1 +1 @@
Subproject commit 3dbc746dddb10d0426d0db1e28fea66003f4a20d
Subproject commit 87013ab6737d7ad2b35caee7cd2b6d5b73f05251

2
hecl/extern/libBoo vendored

@ -1 +1 @@
Subproject commit 41256d26739c7da34d415d5ca5979023f0eb0d53
Subproject commit c34b93f00f3da9811b91e1850ac21ff7de962dcc

View File

@ -196,7 +196,6 @@ struct HECLApplicationCallback : boo::IApplicationCallback
vuboData.modelview[3][0] = sinf(frameIdx / 60.0) * 0.5;
vuboData.modelview[3][1] = cosf(frameIdx / 60.0) * 0.5;
vubo->load(&vuboData, sizeof(vuboData));
gfxQ->flushBufferUpdates();
gfxQ->setShaderDataBinding(binding);
gfxQ->draw(0, 4);