nv2a/vk: Require fillModeNonSolid feature

This commit is contained in:
Matt Borgerson 2025-06-22 15:48:34 -07:00 committed by mborgerson
parent cbcfd1d1d6
commit a242964793
1 changed files with 1 additions and 0 deletions

View File

@ -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