Resolve validation error

This commit is contained in:
sunshineinabox 2024-09-14 01:12:35 -07:00
parent 6e132e9fd7
commit 72e57e4c6e
2 changed files with 8 additions and 5 deletions

View file

@ -1704,6 +1704,7 @@ namespace Ryujinx.Graphics.Vulkan
{
if (Gd.Capabilities.SupportsDynamicAttachmentFeedbackLoop)
{
_newState.FeedbackLoopDynamicState = true;
DynamicState.SetFeedbackLoop(aspects);
}
else if (Gd.Capabilities.SupportsAttachmentFeedbackLoop)