Add test case: Link 2 ESSL fragment shader units
This commit is contained in:
8
Test/es-link1.frag
Normal file
8
Test/es-link1.frag
Normal file
@@ -0,0 +1,8 @@
|
||||
#version 100
|
||||
|
||||
mediump vec4 calculateColor();
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = calculateColor();
|
||||
}
|
||||
Reference in New Issue
Block a user