Add test case: Link 2 ESSL fragment shader units

This commit is contained in:
Thomas Perl
2016-05-24 13:15:01 +02:00
parent 0c968f9d0e
commit 63d4794e8e
4 changed files with 65 additions and 0 deletions

8
Test/es-link1.frag Normal file
View File

@@ -0,0 +1,8 @@
#version 100
mediump vec4 calculateColor();
void main()
{
gl_FragColor = calculateColor();
}