mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
iOS: Msaa and default back buffer are the same.
This commit is contained in:
parent
538796302f
commit
2e086e32b3
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue