From eda02c2d113d11eec3e555d14ff13f4f269d7d11 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 2 Aug 2017 14:39:44 +0100 Subject: [PATCH] Print the right platform-dependent amdspv executable name --- renderdoc/driver/ihv/amd/amd_isa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/driver/ihv/amd/amd_isa.cpp b/renderdoc/driver/ihv/amd/amd_isa.cpp index 2b4516730..1c490dff1 100644 --- a/renderdoc/driver/ihv/amd/amd_isa.cpp +++ b/renderdoc/driver/ihv/amd/amd_isa.cpp @@ -167,7 +167,7 @@ std::string Disassemble(const SPVModule *spv, const std::string &entry, const st { if(!IsSupported(GraphicsAPI::Vulkan)) { - return R"(; SPIR-V disassembly not supported, couldn't locate amdspv.exe. + return "; SPIR-V disassembly not supported, couldn't locate " + amdspv_name + R"( ; Normally it's in plugins/amd/isa/ in your build - if you are building locally you'll need to ; download the plugins package. ;