mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Copy updated WR shaders.
This commit is contained in:
parent
a22913569c
commit
3543cc6098
7 changed files with 58 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue