Remove some unused WR1 shaders, copy new shaders, update WR hash.

This commit is contained in:
Glenn Watson 2016-08-09 07:26:38 +10:00
parent 8cd4b772e9
commit ce01120fb1
22 changed files with 81 additions and 332 deletions

View file

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
struct AngleGradient {
PrimitiveInfo info;
PrimitiveInfo info;
vec4 start_end_point;
uvec4 stop_count;
vec4 colors[MAX_STOPS_PER_ANGLE_GRADIENT];