From 73ab2cd447364c119b1dec60b0ac09801328a582 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 30 Nov 2023 17:44:20 +0000 Subject: [PATCH] Add further workaround for weird AMD driver behaviour --- renderdoc/os/win32/win32_hook.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdoc/os/win32/win32_hook.cpp b/renderdoc/os/win32/win32_hook.cpp index f9564bff5c..d683baef07 100644 --- a/renderdoc/os/win32/win32_hook.cpp +++ b/renderdoc/os/win32/win32_hook.cpp @@ -270,6 +270,7 @@ struct CachedHookData !_stricmp(modName, "windows.storage.dll") || !_stricmp(modName, "nvoglv32.dll") || !_stricmp(modName, "nvoglv64.dll") || !_stricmp(modName, "vulkan-1.dll") || !_stricmp(modName, "atio6axx.dll") || !_stricmp(modName, "atioglxx.dll") || + !_stricmp(modName, "amdvlk64.dll") || !_stricmp(modName, "amdvlk32.dll") || !_stricmp(modName, "nvcuda.dll") || strstr(lowername, "cudart") == lowername || strstr(lowername, "msvcr") == lowername || strstr(lowername, "msvcp") == lowername || strstr(lowername, "nv-vk") == lowername || strstr(lowername, "amdvlk") == lowername ||