mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[d3d11] Fixed pixel shader constant buffer bindings
This commit is contained in:
parent
a35b128860
commit
e0495c6ecb
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ namespace dxvk {
|
|||
ID3D11Buffer* const* ppConstantBuffers) {
|
||||
this->BindConstantBuffers(
|
||||
DxbcProgramType::PixelShader,
|
||||
&m_state.vs.constantBuffers,
|
||||
&m_state.ps.constantBuffers,
|
||||
StartSlot, NumBuffers,
|
||||
ppConstantBuffers);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue