uniform float value;
float otherValue = log(value);
void main()
{
	gl_FragColor = vec4(otherValue);
}
