mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 14:52:10 +01:00
[dxvk] Ensure to submit sparse binding commands
This commit is contained in:
parent
428ca9416d
commit
d6e0107e23
@ -335,7 +335,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
|
|
||||||
void DxvkCommandList::next() {
|
void DxvkCommandList::next() {
|
||||||
if (m_cmd.usedFlags != 0)
|
if (m_cmd.usedFlags != 0 || m_cmd.sparseBind)
|
||||||
m_cmdSubmissions.push_back(m_cmd);
|
m_cmdSubmissions.push_back(m_cmd);
|
||||||
|
|
||||||
// Only replace used command buffer to save resources
|
// Only replace used command buffer to save resources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user