iOS: Msaa and default back buffer are the same.

This commit is contained in:
bkaradzic 2013-07-22 21:35:22 -07:00
parent 538796302f
commit 2e086e32b3

View file

@ -434,6 +434,7 @@ namespace bgfx
#if BX_PLATFORM_IOS #if BX_PLATFORM_IOS
// BK - Temp, need to figure out how to deal with FBO created by context. // BK - Temp, need to figure out how to deal with FBO created by context.
m_backBufferFbo = m_glctx.m_fbo; m_backBufferFbo = m_glctx.m_fbo;
m_msaaBackBufferFbo = m_glctx.m_fbo;
#endif // BX_PLATFORM_IOS #endif // BX_PLATFORM_IOS
} }
else else