mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +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();
|
auto lock = this->m_parent->LockDevice();
|
||||||
|
|
||||||
m_texture.SetMipFilter(FilterType);
|
m_texture.SetMipFilter(FilterType);
|
||||||
|
this->m_parent->MarkTextureMipsDirty(&m_texture);
|
||||||
return D3D_OK;
|
return D3D_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user