mirror of https://github.com/AxioDL/metaforce.git
Update submodules
This commit is contained in:
parent
69788ac273
commit
add7ba1bdf
|
@ -1 +1 @@
|
|||
Subproject commit 3dbc746dddb10d0426d0db1e28fea66003f4a20d
|
||||
Subproject commit 87013ab6737d7ad2b35caee7cd2b6d5b73f05251
|
|
@ -1 +1 @@
|
|||
Subproject commit 41256d26739c7da34d415d5ca5979023f0eb0d53
|
||||
Subproject commit c34b93f00f3da9811b91e1850ac21ff7de962dcc
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue