mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
Standalong: Changing -T to -S since it's a stage now instead of a target
This commit is contained in:
parent
895275e357
commit
5afdd78131
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user