[vulkan] Adjusting VK_EXT_provoking_vertex

This commit is contained in:
CamilleLaVey 2026-02-01 01:12:54 -04:00
parent 0bf5377323
commit 55db1d862b
31 changed files with 9 additions and 77 deletions

View file

@ -345,12 +345,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
tr("Vertex Input Dynamic State"),
tr("Enables vertex input dynamic state feature for better quality and performance."));
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,
sample_shading,
tr("Sample Shading"),