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-link2.frag Normal file
View file

@ -0,0 +1,8 @@
#version 100
varying mediump vec4 varyingColor;
mediump vec4 calculateColor()
{
return varyingColor * 0.5;
}