mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 21:17:43 -07:00
Accidental change
This commit is contained in:
parent
fb964b514c
commit
693f268090
@ -432,7 +432,7 @@ namespace Ryujinx.Graphics.Vulkan
|
||||
SType = StructureType.PipelineTessellationStateCreateInfo,
|
||||
};
|
||||
|
||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2)
|
||||
if (!gd.ExtendedDynamicState2Features.ExtendedDynamicState2PatchControlPoints)
|
||||
{
|
||||
tessellationState.PatchControlPoints = PatchControlPoints;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user