From fcedbf537f8ae7b04e57907b676ff70a6dcd1e84 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sun, 22 Jun 2025 15:48:34 -0700 Subject: [PATCH] nv2a/vk: Require fillModeNonSolid feature --- hw/xbox/nv2a/pgraph/vk/instance.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xbox/nv2a/pgraph/vk/instance.c b/hw/xbox/nv2a/pgraph/vk/instance.c index 0ee2bd3235..19cf7ebe4e 100644 --- a/hw/xbox/nv2a/pgraph/vk/instance.c +++ b/hw/xbox/nv2a/pgraph/vk/instance.c @@ -545,6 +545,7 @@ static bool create_logical_device(PGRAPHState *pg, Error **errp) F(shaderTessellationAndGeometryPointSize, true), F(depthClamp, true), F(occlusionQueryPrecise, true), + F(fillModeNonSolid, true), F(wideLines, false), #undef F // clang-format on