mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed destroy msaa fbo at shutdown.
This commit is contained in:
@@ -415,7 +415,10 @@ namespace bgfx
|
||||
m_queries.destroy();
|
||||
#endif // BGFX_CONFIG_RENDERER_OPENGL
|
||||
|
||||
destroyMsaaFbo();
|
||||
m_glctx.destroy();
|
||||
|
||||
m_flip = false;
|
||||
}
|
||||
|
||||
IndexBuffer m_indexBuffers[BGFX_CONFIG_MAX_INDEX_BUFFERS];
|
||||
|
||||
Reference in New Issue
Block a user