[dxvk] Ensure to submit sparse binding commands

This commit is contained in:
Philip Rebohle 2023-08-16 13:47:04 +02:00
parent 4ae542e875
commit 01ce55d59c
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ namespace dxvk {
void DxvkCommandList::next() {
if (m_cmd.usedFlags != 0)
if (m_cmd.usedFlags != 0 || m_cmd.sparseBind)
m_cmdSubmissions.push_back(m_cmd);
// Only replace used command buffer to save resources