mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
VideoCommon: Add separate pipeline usage for UberShaders
This commit is contained in:
parent
d289e9c51c
commit
99533d2840
9 changed files with 19 additions and 18 deletions
|
@ -452,7 +452,7 @@ void StateTracker::EndClearRenderPass()
|
|||
|
||||
bool StateTracker::UpdateDescriptorSet()
|
||||
{
|
||||
if (m_pipeline->GetUsage() == AbstractPipelineUsage::GX)
|
||||
if (m_pipeline->GetUsage() != AbstractPipelineUsage::Utility)
|
||||
return UpdateGXDescriptorSet();
|
||||
else
|
||||
return UpdateUtilityDescriptorSet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue