diff --git a/src/kosmickrisp/vulkan/kk_physical_device.c b/src/kosmickrisp/vulkan/kk_physical_device.c index 0cbb74bba92..8c6919b54cf 100644 --- a/src/kosmickrisp/vulkan/kk_physical_device.c +++ b/src/kosmickrisp/vulkan/kk_physical_device.c @@ -298,7 +298,7 @@ kk_get_device_features( .extendedDynamicState = true, .extendedDynamicState2 = true, .extendedDynamicState2LogicOp = false, - .extendedDynamicState2PatchControlPoints = false, + .extendedDynamicState2PatchControlPoints = true, .inlineUniformBlock = true, .maintenance4 = true, .pipelineCreationCacheControl = true, @@ -403,6 +403,7 @@ kk_get_device_features( .extendedDynamicState3DepthClampEnable = true, .extendedDynamicState3DepthClipNegativeOneToOne = true, .extendedDynamicState3LineRasterizationMode = true, + .extendedDynamicState3TessellationDomainOrigin = true, /* EXT_image_2d_view_of_3d */ .image2DViewOf3D = true,