Print the right platform-dependent amdspv executable name

This commit is contained in:
baldurk
2017-08-02 14:39:44 +01:00
parent f96874e5d1
commit eda02c2d11
+1 -1
View File
@@ -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.
;