mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 11:02:44 +03:00
feat(gx): force render state update when setting d3d defaults
This commit is contained in:
parent
c0bf0d58e0
commit
92ba4b66ae
@ -1468,8 +1468,7 @@ void CGxDeviceD3d::IStateSetD3dDefaults() {
|
|||||||
this->m_d3dDevice->SetSamplerState(tmu, D3DSAMP_ADDRESSW, D3DTADDRESS_CLAMP);
|
this->m_d3dDevice->SetSamplerState(tmu, D3DSAMP_ADDRESSW, D3DTADDRESS_CLAMP);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO
|
this->IRsForceUpdate();
|
||||||
|
|
||||||
this->IRsSync(0);
|
this->IRsSync(0);
|
||||||
|
|
||||||
this->m_primVertexDirty = -1;
|
this->m_primVertexDirty = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user