mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 19:24:10 +01:00
[d3d11] Fixed pixel shader constant buffer bindings
This commit is contained in:
parent
a35b128860
commit
e0495c6ecb
@ -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…
Reference in New Issue
Block a user