Highp vec4 v1, v2;Highp float x, y;// Badv2 = (v1 * x) * y;// Goodv2 = v1 * (x * y);
402 view
4.0 stars
SSISO Community