Avoid changing feedback loop aspect if extension is not supported prevents failed pipeline compiles (or seemingly incompatible)
This commit is contained in:
parent
3f900e6fa0
commit
09b8095584
3 changed files with 10 additions and 1 deletions
|
@ -273,6 +273,8 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
PolygonMode = PolygonMode.Fill;
|
||||
DepthBoundsTestEnable = false;
|
||||
|
||||
FeedbackLoopAspects = FeedbackLoopAspects.None;
|
||||
|
||||
_supportsExtDynamicState = supportsExtDynamicState;
|
||||
_supportsExtDynamicState2 = extendedDynamicState2;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue