Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-08-16 14:47:04 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-08-16 14:47:04 +0300
commit01ce55d59c88560c7e7cf0df9efc852804bf2bbc (patch)
tree92dba195dbc49b327b9632220c9d669bb00c2d48
parent4ae542e875a4a64d88a952b2e37dc3bf0fcecf03 (diff)
[dxvk] Ensure to submit sparse binding commands
-rw-r--r--src/dxvk/dxvk_cmdlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxvk/dxvk_cmdlist.cpp b/src/dxvk/dxvk_cmdlist.cpp
index 6887d939..3bd3aa95 100644
--- a/src/dxvk/dxvk_cmdlist.cpp
+++ b/src/dxvk/dxvk_cmdlist.cpp
@@ -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