Update webrender, gleam and associated shaders.

This commit is contained in:
Glenn Watson 2016-09-15 09:07:27 +10:00
parent 1f1e92aca3
commit 9535c5ba5e
18 changed files with 142 additions and 85 deletions

View file

@ -5,6 +5,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
varying vec4 vColor;
varying vec2 vPos;
flat varying vec4 vClipRect;
flat varying vec4 vClipRadius;
#ifdef WR_FEATURE_TRANSFORM
varying vec3 vPos;
flat varying vec4 vLocalRect;
#else
varying vec2 vPos;
#endif