2013-01-10 18:20:47 +00:00
|
|
|
#version 130
|
|
|
|
|
|
|
|
lowp vec3 a;
|
|
|
|
mediump float b;
|
|
|
|
highp int c;
|
|
|
|
|
|
|
|
precision highp float;
|
|
|
|
|
|
|
|
in vec4 i;
|
|
|
|
out vec4 o;
|
|
|
|
|
2013-04-25 16:44:03 +00:00
|
|
|
in flat float fflat;
|
|
|
|
in smooth float fsmooth;
|
|
|
|
in noperspective float fnop;
|
|
|
|
|
2013-01-10 18:20:47 +00:00
|
|
|
void main()
|
|
|
|
{
|
|
|
|
}
|