Constant qualifier
const float PI = 3.14159265359;
const qualifier can be applied to the declaration of any variable to specify that its value will not be changed.
const
attribute, uniform, varying