Просмотр исходного кода

iOS: Msaa and default back buffer are the same.

bkaradzic 12 лет назад
Родитель
Сommit
2e086e32b3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/renderer_gl.cpp

+ 1 - 0
src/renderer_gl.cpp

@@ -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