Add test case: Link 2 ESSL fragment shader units
This commit is contained in:
parent
0c968f9d0e
commit
63d4794e8e
4 changed files with 65 additions and 0 deletions
8
Test/es-link2.frag
Normal file
8
Test/es-link2.frag
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#version 100
|
||||
|
||||
varying mediump vec4 varyingColor;
|
||||
|
||||
mediump vec4 calculateColor()
|
||||
{
|
||||
return varyingColor * 0.5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue