[vk] Unify RAII in Vulkan
Some checks failed
eden-license / license-header (pull_request) Failing after 22s

This commit is contained in:
Ribbit 2025-10-05 17:30:46 -07:00 committed by crueter
parent badd913bee
commit c404d3e0bd
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