mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Queue shutdown begin one frame earlier.
This commit is contained in:
@@ -726,9 +726,9 @@ namespace bgfx
|
||||
{
|
||||
BX_TRACE("shutdown");
|
||||
|
||||
getCommandBuffer(CommandBuffer::RendererShutdownBegin);
|
||||
frame();
|
||||
|
||||
getCommandBuffer(CommandBuffer::RendererShutdownBegin);
|
||||
destroyTransientVertexBuffer(m_submit->m_transientVb);
|
||||
destroyTransientIndexBuffer(m_submit->m_transientIb);
|
||||
m_textVideoMemBlitter.shutdown();
|
||||
|
||||
Reference in New Issue
Block a user