mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 08:26:50 +00:00
Add space separator for list of extensions
This commit is contained in:
committed by
baldurk
parent
14019cf6c7
commit
fe36fb8945
@@ -2300,7 +2300,7 @@ string SPVModule::Disassemble(const string &entryPoint)
|
||||
{
|
||||
retDisasm += "SPIR-V Extensions:";
|
||||
for(size_t e = 0; e < extensions.size(); e++)
|
||||
retDisasm += extensions[e];
|
||||
retDisasm += " " + extensions[e];
|
||||
retDisasm += "\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user