mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
iOS: Msaa and default back buffer are the same.
This commit is contained in:
@@ -434,6 +434,7 @@ namespace bgfx
|
||||
#if BX_PLATFORM_IOS
|
||||
// BK - Temp, need to figure out how to deal with FBO created by context.
|
||||
m_backBufferFbo = m_glctx.m_fbo;
|
||||
m_msaaBackBufferFbo = m_glctx.m_fbo;
|
||||
#endif // BX_PLATFORM_IOS
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user