Update webrender (various optimizations, layer fixes and antialiasing shaders).

This commit is contained in:
Glenn Watson 2016-08-26 12:40:15 +10:00
parent 7345905c8b
commit ba90540352
8 changed files with 127 additions and 45 deletions

View file

@ -0,0 +1,11 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
flat varying vec4 vColor;
varying vec2 vUv;
#ifdef WR_FEATURE_TRANSFORM
varying vec3 vLocalPos;
flat varying vec4 vLocalRect;
#endif