mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +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->setupRenderStateInfo();
|
||||||
this->emitPsSharedConstants();
|
this->emitPsSharedConstants();
|
||||||
|
|
||||||
|
m_specUbo = SetupSpecUBO(m_module, m_bindings);
|
||||||
|
|
||||||
this->emitFunctionBegin(
|
this->emitFunctionBegin(
|
||||||
m_ps.functionId,
|
m_ps.functionId,
|
||||||
m_module.defVoidType(),
|
m_module.defVoidType(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user