Commit 5afdd781 by Dan Baker

Standalong: Changing -T to -S since it's a stage now instead of a target

parent 895275e3
......@@ -237,14 +237,14 @@ void ProcessArguments(int argc, char* argv[])
Options |= EOptionVulkanRules;
Options |= EOptionLinkProgram;
break;
case 'T':
case 'S':
shaderStageName = argv[1];
if (argc > 0) {
argc--;
argv++;
}
else
Error("no <stage> specified for -T");
Error("no <stage> specified for -S");
break;
case 'G':
Options |= EOptionSpv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment