Skip to content

Commit 50f8b27

Browse files
jsantillan2017igcbot
authored andcommitted
Slight dumping refactor
change pspso to spec
1 parent 5af2611 commit 50f8b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/common/debug/Dump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ std::string DumpName::AbsolutePath(OutputFolderName folder) const
285285
if (m_hash->perShaderPsoHash != 0)
286286
{
287287
ss << "_"
288-
<< "pspso"
288+
<< "spec"
289289
<< std::hex
290290
<< std::setfill('0')
291291
<< std::setw(sizeof(m_hash->perShaderPsoHash) * CHAR_BIT / 4)

0 commit comments

Comments
 (0)