sqr

Squares a scalar or vector value x, equivalent to x*x.

float sqr(float x);
vec2 sqr(vec2 x);
vec3 sqr(vec3 x);
vec4 sqr(vec4 x);