You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
BGFX should work with an externally set context, GlContext's m_display and m_config should contain meaningful data even in these cases.
The text was updated successfully, but these errors were encountered:
AdamBalazsVay
changed the title
GlContext::createSwapChain fails when g_platformData.context != nullpt
GlContext::createSwapChain fails when g_platformData.context != nullptr
Dec 13, 2024
Steps to reproduce the behavior:
bgfx/src/glcontext_egl.cpp
Line 283 in 336cb9f
bgfx/src/glcontext_egl.cpp
Line 356 in 336cb9f
bgfx/src/glcontext_egl.cpp
Line 582 in 336cb9f
Expected behavior
BGFX should work with an externally set context, GlContext's m_display and m_config should contain meaningful data even in these cases.
The text was updated successfully, but these errors were encountered: