Tests: Add usage and tests for previous commit.

This commit is contained in:
John Kessenich 2018-04-17 17:44:11 -06:00
parent fccbb8b40a
commit 2ead40ffa8
6 changed files with 60 additions and 2 deletions

4
Test/compoundsuffix.vert.glsl Executable file
View file

@ -0,0 +1,4 @@
void main()
{
gl_Position = vec4(1.0);
}