glsl-es-3.10: add precision statement to a shader missing it
Otherwise compilation fails with:
Failed to compile FS: 0:3(1): error: No precision specified in this scope for type vec4' 0:4(1): error: No precision specified in this scope for type
vec4'
Signed-off-by: Tapani Pälli tapani.palli@intel.com