mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-09 01:29:23 +00:00
d3d12: Fix for d3d12 pipeline cache
This commit is contained in:
parent
ba66992ee3
commit
9d1993cdee
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ bool D3D12GSRender::LoadProgram()
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
prop.IASet = m_IASet;
|
prop.IASet = m_IASet;
|
||||||
m_PSO = m_cachePSO.getGraphicPipelineState(m_device, m_rootSignature, m_cur_vertex_prog, m_cur_fragment_prog, prop, std::make_pair(m_device, m_rootSignature));
|
m_PSO = m_cachePSO.getGraphicPipelineState(m_cur_vertex_prog, m_cur_fragment_prog, prop, std::make_pair(m_device, m_rootSignature));
|
||||||
return m_PSO != nullptr;
|
return m_PSO != nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue