blob: a61de97f853024f98cb5c6ec47af8c3236de485f [file] [log] [blame]
attribute highp vec4 vCoord;
uniform highp mat4 matrix;
void main()
{
gl_Position = matrix * vCoord;
}