[vk] Unify RAII in Vulkan

This commit is contained in:
Ribbit 2025-10-05 17:30:46 -07:00 committed by crueter
parent bc1d093fe9
commit c3e19d6310
35 changed files with 39 additions and 353 deletions

View file

@ -320,12 +320,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
tr("Improves rendering of transparency effects in specific games."));
// Renderer (Extensions)
INSERT(Settings,
enable_raii,
tr("RAII"),
tr("A method of automatic resource management in Vulkan "
"that ensures proper release of resources "
"when they are no longer needed, but may cause crashes in bundled games."));
INSERT(Settings,
dyna_state,
tr("Extended Dynamic State"),
@ -717,3 +711,4 @@ std::unique_ptr<ComboboxTranslationMap> ComboboxEnumeration(QObject* parent)
return translations;
}
} // namespace ConfigurationShared