[vulkan] Changing ProvokingVertex enabling nature

This commit is contained in:
CamilleLaVey
2026-02-14 23:16:29 -04:00
committed by lizzie
parent 3272e1fcb5
commit 6190fcaaef
8 changed files with 23 additions and 58 deletions
@@ -368,12 +368,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
"Higher states allow for more features and can increase performance, but may cause "
"additional graphical issues."));
INSERT(Settings,
provoking_vertex,
tr("Provoking Vertex"),
tr("Improves lighting and vertex handling in some games.\n"
"Only Vulkan 1.0+ devices support this extension."));
INSERT(Settings,
descriptor_indexing,
tr("Descriptor Indexing"),