#version 310 es
precision mediump float;
precision highp int;
layout(location = 0) out float FragColor;
void main()
{
FragColor = 0.0;
}