[dxvk] Track image (rather than the view) when generating mip maps

This commit is contained in:
Philip Rebohle 2018-05-25 19:15:14 +02:00
parent 84a62f795f
commit b30e53fa0d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -1073,7 +1073,7 @@ namespace dxvk {
}
m_cmd->trackResource(mipGenerator);
m_cmd->trackResource(imageView);
m_cmd->trackResource(imageView->image());
}