mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d9] Use SetStateTexture in Reset
Fixes m_activeTextures not getting updated
This commit is contained in:
parent
7ebd359941
commit
c49b1ee390
1 changed files with 1 additions and 1 deletions
|
@ -7180,7 +7180,7 @@ namespace dxvk {
|
|||
m_state.streamFreq[i] = 1;
|
||||
|
||||
for (uint32_t i = 0; i < m_state.textures.size(); i++)
|
||||
TextureChangePrivate(m_state.textures[i], nullptr);
|
||||
SetStateTexture(i, nullptr);
|
||||
|
||||
EmitCs([
|
||||
cSize = m_state.textures.size()
|
||||
|
|
Loading…
Add table
Reference in a new issue