Do not fill RSM command buffer if rsm map not redraw

This commit is contained in:
Vincent Lejeune
2014-11-19 17:58:55 +01:00
parent d3964b8a93
commit d911a19b28

View File

@@ -784,6 +784,7 @@ PROFILER_POP_CPU_MARKER();
}
}
#pragma omp section
if (!m_rsm_map_available)
{
size_t offset = 0, current_cmd = 0;
if (!irr_driver->hasBufferStorageExtension())