Only call SignalStateChange if there has been a change.

This commit is contained in:
sunshineinabox 2024-09-22 17:03:35 -07:00
parent 72e57e4c6e
commit 5df2022a6b
2 changed files with 59 additions and 13 deletions

View file

@ -21,7 +21,7 @@ namespace Ryujinx.Graphics.Vulkan
private readonly bool HasDepthStencil => ((Id1 >> 63) & 0x1) != 0UL;
public Array32<VertexInputAttributeDescription> VertexAttributeDescriptions;
public Array33<VertexInputBindingDescription> VertexBindingDescriptions;
public Array32<VertexInputBindingDescription> VertexBindingDescriptions;
public Array8<PipelineColorBlendAttachmentState> ColorBlendAttachmentState;
public Array9<Format> AttachmentFormats;
public uint AttachmentIntegerFormatMask;