Vulkan: Allow NVIDIA layers

Fixes a typo, NVIDIA layers use an abbreviation nowadays.
This commit is contained in:
Jeroen Bakker
2025-06-03 10:07:19 +02:00
parent b416152cb9
commit 9bbcbd06e8

View File

@@ -177,7 +177,7 @@ bool VKBackend::is_supported()
allowed_layers << "VK_LAYER_KHRONOS_*";
allowed_layers << ",VK_LAYER_AMD_*";
allowed_layers << ",VK_LAYER_INTEL_*";
allowed_layers << ",VK_LAYER_NVIDIA_*";
allowed_layers << ",VK_LAYER_NV_*";
allowed_layers << ",VK_LAYER_MESA_*";
if (bool(G.debug & G_DEBUG_GPU)) {
allowed_layers << ",VK_LAYER_LUNARG_*";