summaryrefslogtreecommitdiffstats
path: root/res/effectlib/square.glsllib
blob: ca94aa46e4bc1d121a8a53bed3bde881ebc2358b (plain)
1
2
3
4
float square( in float x )
{
  return( x * x );
}