Copy updated WR shaders.

This commit is contained in:
Glenn Watson 2016-08-13 05:50:31 +10:00
parent a22913569c
commit 3543cc6098
7 changed files with 58 additions and 12 deletions

View file

@ -3,3 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
varying vec4 vColor;
#ifdef WR_FEATURE_TRANSFORM
varying vec3 vLocalPos;
flat varying vec4 vLocalRect;
#endif