blob: fbfe9ef8ae50ce60b1d78c57098f7c8868044277 [file] [log] [blame]
attribute highp vec4 av;
attribute highp vec2 at;
varying highp vec2 t;
void main()
{
gl_Position = av;
t = at;
}