mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[d3d9,dxso] Fix push constant validation errors
Derp.
This commit is contained in:
parent
e81094533b
commit
76ba03398d
@ -718,7 +718,7 @@ namespace dxvk {
|
||||
info.inputMask = m_inputMask;
|
||||
info.outputMask = m_outputMask;
|
||||
info.pushConstOffset = m_pushConstOffset;
|
||||
info.pushConstSize = m_pushConstOffset;
|
||||
info.pushConstSize = m_pushConstSize;
|
||||
|
||||
return new DxvkShader(info, m_module.compile());
|
||||
}
|
||||
|
@ -253,7 +253,7 @@ namespace dxvk {
|
||||
info.inputMask = m_inputMask;
|
||||
info.outputMask = m_outputMask;
|
||||
info.pushConstOffset = m_pushConstOffset;
|
||||
info.pushConstSize = m_pushConstOffset;
|
||||
info.pushConstSize = m_pushConstSize;
|
||||
|
||||
return new DxvkShader(info, m_module.compile());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user