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.
This commit is contained in:
parent
26013595fd
commit
e751bca75c
5 changed files with 54 additions and 20 deletions
4
Test/nosuffix
Executable file
4
Test/nosuffix
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
void main()
|
||||
{
|
||||
gl_Position = vec4(1.0);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue