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