Standalong: Changing -T to -S since it's a stage now instead of a target
This commit is contained in:
parent
895275e357
commit
5afdd78131
1 changed files with 2 additions and 2 deletions
|
|
@ -237,14 +237,14 @@ void ProcessArguments(int argc, char* argv[])
|
||||||
Options |= EOptionVulkanRules;
|
Options |= EOptionVulkanRules;
|
||||||
Options |= EOptionLinkProgram;
|
Options |= EOptionLinkProgram;
|
||||||
break;
|
break;
|
||||||
case 'T':
|
case 'S':
|
||||||
shaderStageName = argv[1];
|
shaderStageName = argv[1];
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
argc--;
|
argc--;
|
||||||
argv++;
|
argv++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Error("no <stage> specified for -T");
|
Error("no <stage> specified for -S");
|
||||||
break;
|
break;
|
||||||
case 'G':
|
case 'G':
|
||||||
Options |= EOptionSpv;
|
Options |= EOptionSpv;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue