mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
VideoCommon: Add separate pipeline usage for UberShaders
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user