mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user