Skip to content

Commit a242964

Browse files
committed
nv2a/vk: Require fillModeNonSolid feature
1 parent cbcfd1d commit a242964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hw/xbox/nv2a/pgraph/vk/instance.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@ static bool create_logical_device(PGRAPHState *pg, Error **errp)
545545
F(shaderTessellationAndGeometryPointSize, true),
546546
F(depthClamp, true),
547547
F(occlusionQueryPrecise, true),
548+
F(fillModeNonSolid, true),
548549
F(wideLines, false),
549550
#undef F
550551
// clang-format on

0 commit comments

Comments
 (0)