mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-15 04:06:57 +02:00
[vulkan] Removing VK_EXT_descriptor_indexing
This commit is contained in:
parent
4efdf24463
commit
0bf5377323
31 changed files with 23 additions and 92 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue