1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[dxvk] Add missing trackImage to changeImageLayout

This commit is contained in:
Philip Rebohle 2021-02-20 14:35:57 +01:00
parent 1a1cc32b11
commit 5fc83a6075
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -325,6 +325,8 @@ namespace dxvk {
image->info().access);
image->setLayout(layout);
m_cmd->trackResource<DxvkAccess::Write>(image);
}
}