This commit is contained in:
bkaradzic
2013-07-21 15:38:44 -07:00
parent 9852949a38
commit 41dfddf424
5 changed files with 16 additions and 30 deletions

View File

@@ -40,11 +40,9 @@ namespace bgfx
g_bgfxAndroidWindow = _window;
}
#elif BX_PLATFORM_IOS
void* g_bgfxEaglContext = NULL;
void* g_bgfxEaglLayer = NULL;
void iosSetEaglContext(void* _context, void* _layer)
void iosSetEaglLayer(void* _layer)
{
g_bgfxEaglContext = _context;
g_bgfxEaglLayer = _layer;
}