mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 20:52:11 +01:00
[d3d9] Use SetStateTexture in Reset
Fixes m_activeTextures not getting updated
This commit is contained in:
parent
7ebd359941
commit
c49b1ee390
@ -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…
x
Reference in New Issue
Block a user