Avoid changing feedback loop aspect if extension is not supported prevents failed pipeline compiles (or seemingly incompatible)

This commit is contained in:
sunshineinabox 2024-09-01 19:21:44 -07:00
parent 3f900e6fa0
commit 09b8095584
3 changed files with 10 additions and 1 deletions

View file

@ -273,6 +273,8 @@ namespace Ryujinx.Graphics.Vulkan
PolygonMode = PolygonMode.Fill;
DepthBoundsTestEnable = false;
FeedbackLoopAspects = FeedbackLoopAspects.None;
_supportsExtDynamicState = supportsExtDynamicState;
_supportsExtDynamicState2 = extendedDynamicState2;