mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-23 06:05:45 +00:00
Allow rdocself to register its vulkan layer
This commit is contained in:
@@ -217,7 +217,13 @@ rdcstr GetJSONPath(bool wow6432)
|
||||
if(wow6432)
|
||||
jsonPath += "\\x86";
|
||||
|
||||
jsonPath += "\\renderdoc.json";
|
||||
jsonPath += "\\";
|
||||
|
||||
rdcstr module_name;
|
||||
FileIO::GetLibraryFilename(module_name);
|
||||
jsonPath += strip_extension(get_basename(module_name));
|
||||
|
||||
jsonPath += ".json";
|
||||
|
||||
return jsonPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user