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-24 14:00:35 +0300
commitd6e0107e239d171466cfdc6061b4ccd2a33de0a1 (patch)
tree3fb3a91938cd72db14c7c121085c656109c6d4bb
parent428ca9416d60cf7025ae97da88f44eabc2ec0aa2 (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