Only call SignalStateChange if there has been a change.
This commit is contained in:
parent
72e57e4c6e
commit
5df2022a6b
2 changed files with 59 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue