Workaround AMD bug on logic op with float framebuffer (#6852)

* Workaround AMD bug on logic op with float framebuffer

* Format whitespace

* Update comment
This commit is contained in:
gdkchan
2024-05-23 01:05:32 -03:00
committed by GitHub
parent c1ed150949
commit e65effcb05
6 changed files with 55 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ namespace Ryujinx.Graphics.Vulkan
public Array8<PipelineColorBlendAttachmentState> ColorBlendAttachmentState;
public Array9<Format> AttachmentFormats;
public uint AttachmentIntegerFormatMask;
public bool LogicOpsAllowed;
public readonly override bool Equals(object obj)
{