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:
parent
f719d60706
commit
44c3006543
@ -5297,7 +5297,6 @@ namespace dxvk {
|
||||
|
||||
m_flags.set(
|
||||
DxvkContextFlag::GpRenderPassBound,
|
||||
DxvkContextFlag::GpDirtyPipeline,
|
||||
DxvkContextFlag::GpDirtyPipelineState,
|
||||
DxvkContextFlag::GpDirtyVertexBuffers,
|
||||
DxvkContextFlag::GpDirtyIndexBuffer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user