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:
parent
84a62f795f
commit
b30e53fa0d
@ -1073,7 +1073,7 @@ namespace dxvk {
|
||||
}
|
||||
|
||||
m_cmd->trackResource(mipGenerator);
|
||||
m_cmd->trackResource(imageView);
|
||||
m_cmd->trackResource(imageView->image());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user