~linaro-graphics-wg/libmatrix/misc-changes-glmark2

1
2
3
4
5
6
7
varying vec4 color;

void
main(void)
{
    gl_FragColor = color;
}