From 135b8a0e53fd88c70d68faa2d008f6f089559f48 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Sat, 6 Aug 2022 12:18:18 +0200 Subject: [PATCH] [dxso] Setup spec ubo for pixel shaders --- src/dxso/dxso_compiler.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(),