#ifdef GL_ES
precision highp float;
precision highp int;
#endif

#define pi 3.141592653589793

varying vec2 cgl_pixel;
varying vec2 plain_pixel;
