1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[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

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(),