mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update webrender, gleam and associated shaders.
This commit is contained in:
parent
1f1e92aca3
commit
9535c5ba5e
18 changed files with 142 additions and 85 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue