mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Print the right platform-dependent amdspv executable name
This commit is contained in:
@@ -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.
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user