Accidental change
This commit is contained in:
parent
fb964b514c
commit
693f268090
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue