glslang/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
47 B
Plaintext
Executable File

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