mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[dxvk] Destroy command list fences
Fixes a validation error.
This commit is contained in:
parent
912b06f37c
commit
72de8a1dc1
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ namespace dxvk {
|
|||
this->reset();
|
||||
|
||||
m_vkd->vkDestroySemaphore(m_vkd->device(), m_sdmaSemaphore, nullptr);
|
||||
m_vkd->vkDestroyFence(m_vkd->device(), m_fence, nullptr);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue