[vulkan] Changing ProvokingVertex enabling nature

This commit is contained in:
CamilleLaVey 2026-02-14 23:16:29 -04:00 committed by crueter
parent dd8aeabb64
commit dab93cd5d7
8 changed files with 23 additions and 58 deletions

View file

@ -359,12 +359,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"),