diff --git a/src/dxso/dxso_compiler.cpp b/src/dxso/dxso_compiler.cpp index 7405f7437..de5735d1c 100644 --- a/src/dxso/dxso_compiler.cpp +++ b/src/dxso/dxso_compiler.cpp @@ -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(),