We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfbb1a commit 25d2841Copy full SHA for 25d2841
src/nbl/video/CVulkanCommandBuffer.h
@@ -1398,6 +1398,8 @@ class CVulkanCommandBuffer : public IGPUCommandBuffer
1398
1399
CVulkanCommandPool* vulkanCommandPool = IBackendObject::compatibility_cast<CVulkanCommandPool*>(m_cmdpool.get(), this);
1400
vulkanCommandPool->emplace_n(m_argListTail, begin, end);
1401
+ // TODO: verify this
1402
+ if (!m_argListHead) m_argListHead = m_argListTail;
1403
1404
return true;
1405
}
0 commit comments