mirror of https://github.com/xemu-project/xemu.git
nv2a/vk: Require fillModeNonSolid feature
This commit is contained in:
parent
c1dfaac3f8
commit
fcedbf537f
|
@ -545,6 +545,7 @@ static bool create_logical_device(PGRAPHState *pg, Error **errp)
|
||||||
F(shaderTessellationAndGeometryPointSize, true),
|
F(shaderTessellationAndGeometryPointSize, true),
|
||||||
F(depthClamp, true),
|
F(depthClamp, true),
|
||||||
F(occlusionQueryPrecise, true),
|
F(occlusionQueryPrecise, true),
|
||||||
|
F(fillModeNonSolid, true),
|
||||||
F(wideLines, false),
|
F(wideLines, false),
|
||||||
#undef F
|
#undef F
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
Loading…
Reference in New Issue