mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 10:24:10 +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…
Reference in New Issue
Block a user