Skip to content

Commit d411279

Browse files
elvinw-inteligcbot
authored andcommitted
Ignore ShaderDumpRegexFilter when piping out options
Do not pipe out such an option.
1 parent 108fe4b commit d411279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/common/igc_regkeys.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,7 @@ void GetKeysSetExplicitly(std::string* KeyValuePairs, std::string* OptionKeys)
13661366
// Ignore some dump keys
13671367
if (strcmp("ShaderDumpEnableAll", key) == 0 ||
13681368
strcmp("ShaderDumpEnable", key) == 0 ||
1369+
strcmp("ShaderDumpRegexFilter", key) == 0 ||
13691370
strcmp("DumpToCurrentDir", key) == 0 ||
13701371
strcmp("EnableCosDump", key) == 0 ||
13711372
strcmp("DumpToCustomDir", key) == 0 ||

0 commit comments

Comments
 (0)