[dxvk] Track buffer as used in initBuffer

Git ate my commit when I was testing something...
This commit is contained in:
Philip Rebohle 2022-02-17 23:42:31 +01:00
parent 6ae5488157
commit 9af3dce304
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 2 additions and 0 deletions

View File

@ -1518,6 +1518,8 @@ namespace dxvk {
VK_ACCESS_TRANSFER_WRITE_BIT,
buffer->info().stages,
buffer->info().access);
m_cmd->trackResource<DxvkAccess::Write>(buffer);
}