Skip to content

Commit cc1a69b

Browse files
jhananitigcbot
authored andcommitted
Dumps compile time of raytracing combined shaders
same as above
1 parent d1cc0c7 commit cc1a69b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/common/debug/Dump.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ const char* GetShaderTypeAcronym(ShaderType shaderType)
6666
return "CS"; break;
6767
case ShaderType::RAYTRACING_SHADER:
6868
return "RT"; break;
69+
case ShaderType::BINDLESS_SHADER:
70+
return "RTMS"; break;
6971
case ShaderType::UNKNOWN:
7072
default:
7173
IGC_ASSERT_MESSAGE(0, "Unknown Shader Type");

0 commit comments

Comments
 (0)