mirror of https://github.com/AxioDL/metaforce.git
Fix compiling of heclTest
This commit is contained in:
parent
d0d330062f
commit
c5bcd88851
|
@ -1 +1 @@
|
|||
Subproject commit 578432eb2f61c176ab41c2a3b758816034d07892
|
||||
Subproject commit c7d878a7557dce0918c284fcb45e22c0398f52cc
|
|
@ -135,7 +135,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
|
|||
std::shared_ptr<hecl::Runtime::ShaderPipelines> testShaderObj =
|
||||
shaderMgr.buildShader(testShaderTag, testShader, "testShader", *gfxF);
|
||||
|
||||
gfxF->commitTransaction([&](boo::IGraphicsDataFactory::Context& ctx) -> bool
|
||||
gfxF->BooCommitTransaction([&](boo::IGraphicsDataFactory::Context& ctx)
|
||||
{
|
||||
boo::SWindowRect mainWindowRect = m_mainWindow->getWindowFrame();
|
||||
renderTex = ctx.newRenderTexture(size_t(mainWindowRect.size[0]), size_t(mainWindowRect.size[1]),
|
||||
|
|
Loading…
Reference in New Issue