Revert "[vk] Unify RAII in Vulkan (#2679)"

* properly use RENDERER_ENABLE_RAII
* keep it ON as default

This reverts commit db65f10768.
This commit is contained in:
DraVee 2026-03-12 00:25:52 -03:00
parent 2896fa3835
commit af94ba9276
No known key found for this signature in database
GPG key ID: CFF07301B9CB28CA
12 changed files with 312 additions and 39 deletions

View file

@ -475,6 +475,7 @@ struct Values {
"astc_recompression",
Category::RendererAdvanced};
SwitchableSetting<bool> renderer_enable_raii{linkage, false, "renderer_enable_raii", Category::Renderer};
SwitchableSetting<bool> sync_memory_operations{linkage,
false,