1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-14 04:29:15 +01:00

[dxvk] Do not dirty the pipeline when starting the render pass

Redundant, since the pipeline update happens outside of a render pass
anyway and thus does not record any Vulkan commands.

All other state should still be dirtied since we might use secondary
command buffers for render passes.
This commit is contained in:
Philip Rebohle 2025-03-07 12:07:27 +01:00
parent f719d60706
commit 44c3006543

View File

@ -5297,7 +5297,6 @@ namespace dxvk {
m_flags.set(
DxvkContextFlag::GpRenderPassBound,
DxvkContextFlag::GpDirtyPipeline,
DxvkContextFlag::GpDirtyPipelineState,
DxvkContextFlag::GpDirtyVertexBuffers,
DxvkContextFlag::GpDirtyIndexBuffer,