[dxso] Setup spec ubo for pixel shaders

This commit is contained in:
Georg Lehmann 2022-08-06 12:18:18 +02:00 committed by Philip Rebohle
parent 6589966fce
commit 135b8a0e53
1 changed files with 2 additions and 0 deletions

View File

@ -523,6 +523,8 @@ namespace dxvk {
this->setupRenderStateInfo();
this->emitPsSharedConstants();
m_specUbo = SetupSpecUBO(m_module, m_bindings);
this->emitFunctionBegin(
m_ps.functionId,
m_module.defVoidType(),