mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[d3d9] Mark mips as dirty when the filter changes
This commit is contained in:
parent
f537474fe4
commit
04397e5a7b
@ -80,6 +80,7 @@ namespace dxvk {
|
||||
auto lock = this->m_parent->LockDevice();
|
||||
|
||||
m_texture.SetMipFilter(FilterType);
|
||||
this->m_parent->MarkTextureMipsDirty(&m_texture);
|
||||
return D3D_OK;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user