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:
parent
6589966fce
commit
135b8a0e53
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user