mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 05:50:51 +00:00
Fix github wiki URL that didn't end up how I thought it would.
This commit is contained in:
@@ -172,8 +172,7 @@ std::string Disassemble(const SPVModule *spv, const std::string &entry, const st
|
||||
; download the plugins package.
|
||||
;
|
||||
; To see instructions on how to download and configure the plugins on your system, go to:
|
||||
; https://github.com/baldurk/renderdoc/wiki/GCN_ISA
|
||||
)";
|
||||
; https://github.com/baldurk/renderdoc/wiki/GCN-ISA)";
|
||||
}
|
||||
|
||||
std::string cmdLine = "-set spirvDasmLegacyFormat=1 -Dall -l";
|
||||
@@ -293,8 +292,7 @@ std::string Disassemble(ShaderStage stage, const std::vector<std::string> &glsl,
|
||||
; It only works when the AMD driver is currently being used for graphics.
|
||||
;
|
||||
; To see instructions on how to download and configure the plugins on your system, go to:
|
||||
; https://github.com/baldurk/renderdoc/wiki/GCN_ISA
|
||||
)";
|
||||
; https://github.com/baldurk/renderdoc/wiki/GCN-ISA)";
|
||||
}
|
||||
|
||||
const char *stageName = "unk";
|
||||
|
||||
@@ -40,7 +40,7 @@ Currently atidxx64.dll from AMD's driver package is required for GCN disassembly
|
||||
distributed with RenderDoc.
|
||||
|
||||
To see instructions on how to download and configure it on your system, go to:
|
||||
https://github.com/baldurk/renderdoc/wiki/GCN_ISA)";
|
||||
https://github.com/baldurk/renderdoc/wiki/GCN-ISA)";
|
||||
|
||||
namespace GCNISA
|
||||
{
|
||||
@@ -70,7 +70,7 @@ std::string GCNISA::Disassemble(const DXBC::DXBCFile *dxbc, const std::string &t
|
||||
; distributed with RenderDoc.
|
||||
|
||||
; To see instructions on how to download and configure it on your system, go to:
|
||||
; https://github.com/baldurk/renderdoc/wiki/GCN_ISA)";
|
||||
; https://github.com/baldurk/renderdoc/wiki/GCN-ISA)";
|
||||
|
||||
// if DXBC is NULL we're testing support, so return empty string - indicating no error
|
||||
// initialising
|
||||
|
||||
Reference in New Issue
Block a user