Update webrender to get clip_shared changes.

This commit is contained in:
Glenn Watson 2016-10-18 12:27:34 +10:00
parent f96718d03d
commit 6925c6246f
13 changed files with 60 additions and 61 deletions

View file

@ -6,8 +6,6 @@ flat varying vec2 vTextureOffset; // Offset of this image into the texture atlas
flat varying vec2 vTextureSize; // Size of the image in the texture atlas.
flat varying vec2 vTileSpacing; // Amount of space between tiled instances of this image.
flat varying vec2 vStretchSize;
flat varying vec4 vClipRect;
flat varying vec4 vClipRadius;
flat varying vec4 vLocalRect;
#ifdef WR_FEATURE_TRANSFORM