[vulkan] Removing VK_EXT_descriptor_indexing

This commit is contained in:
CamilleLaVey 2026-02-01 00:56:27 -04:00
parent 4efdf24463
commit 0bf5377323
31 changed files with 23 additions and 92 deletions

View file

@ -351,12 +351,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
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"),
tr("Improves texture & buffer handling and the Maxwell translation layer.\n"
"Some Vulkan 1.1+ and all 1.2+ devices support this extension."));
INSERT(Settings,
sample_shading,
tr("Sample Shading"),