mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-04-09 17:57:51 +00: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…
x
Reference in New Issue
Block a user