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
While learning BGFX, I encountered a bug where the application freezes when calling bgfx::shutdown() after initializing BGFX with the following settings:
Description
While learning BGFX, I encountered a bug where the application freezes when calling
bgfx::shutdown()
after initializing BGFX with the following settings:The application stops responding, and the output debugger shows the following message:
Expected Behavior
The application should exit cleanly after freeing all allocated resources.
Steps to Reproduce
Environment
Additional Context
bgfx::RendererType::OpenGL
,bgfx::RendererType::Direct3D11
), and they exited fine.RendererType::Direct3D12
also worked without issues.The text was updated successfully, but these errors were encountered: