mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[d3d9] Fix stateblock refcounting
This commit is contained in:
parent
a1f0bb99ee
commit
ab7fc42f2f
@ -1137,7 +1137,7 @@ namespace dxvk {
|
||||
D3D9FFShaderModuleSet m_ffModules;
|
||||
D3D9SWVPEmulator m_swvpEmulator;
|
||||
|
||||
Com<D3D9StateBlock> m_recorder;
|
||||
Com<D3D9StateBlock, false> m_recorder;
|
||||
|
||||
Rc<D3D9ShaderModuleSet> m_shaderModules;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user