glslang-zig/Test/nosuffix
John Kessenich e751bca75c Fix #777: don't parse .suffix if <stage> is provided.
Adding a test for this also uncovered an extraneous \r in the runtests script,
fixed now.
2017-03-16 11:30:20 -06:00

4 lines
No EOL
47 B
Text
Executable file

void main()
{
gl_Position = vec4(1.0);
}