mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
GLSL macros
This commit is contained in:
@@ -13,7 +13,7 @@ RootView::RootView(IViewManager& viewMan, ViewResources& res, boo::IWindow* wind
|
||||
{
|
||||
window->setCallback(&m_events);
|
||||
boo::SWindowRect rect = window->getWindowFrame();
|
||||
m_renderTex = res.m_factory->newRenderTexture(rect.size[0], rect.size[1], 1);
|
||||
m_renderTex = res.m_factory->newRenderTexture(rect.size[0], rect.size[1]);
|
||||
commitResources(res);
|
||||
resized(rect, rect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user