1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 19:24:10 +01:00

[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

View File

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