mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-01-30 11:13:31 +00:00
only traverse inputs when changed.
This commit is contained in:
parent
12d3f331a2
commit
baeb004bee
@ -1187,7 +1187,7 @@ void VulkanRenderer::draw_setRenderPass()
|
||||
|
||||
const bool syncSkipAllowed = !m_state.hasRenderSelfDependency || !(GetConfig().vk_accurate_barriers || m_state.activePipelineInfo->neverSkipAccurateBarrier);
|
||||
|
||||
const bool inputSyncNecessary = sync_isInputTexturesSyncRequired();
|
||||
const bool inputSyncNecessary = m_state.descriptorSetsChanged && sync_isInputTexturesSyncRequired();
|
||||
|
||||
const bool FBOChanged = m_state.activeRenderpassFBO != fboVk;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user