mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
nv2a/vk: Require fillModeNonSolid feature
This commit is contained in:
committed by
mborgerson
parent
cbcfd1d1d6
commit
a242964793
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user