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

Update boo

This commit is contained in:
Jack Andersen
2015-11-27 18:08:28 -10:00
parent 89077c3233
commit 8bf39efcd8
4 changed files with 4 additions and 5 deletions

View File

@@ -80,7 +80,6 @@ struct HECLApplicationCallback : boo::IApplicationCallback
/* HECL managers */
HECL::Runtime::FileStoreManager fileMgr(app->getUniqueName());
HECL::Runtime::ShaderCacheManager shaderMgr(fileMgr, gfxF);
shaderMgr.setRenderTargetHint(renderTex);
/* Compile HECL shader */
static std::string testShader = "HECLOpaque(Texture(0, UV(0)))";