mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update WebRender to get the latest changes
This commit is contained in:
parent
8a12c15582
commit
0a13c05479
20 changed files with 650 additions and 445 deletions
|
@ -12,7 +12,7 @@ void main(void) {
|
|||
#endif
|
||||
|
||||
alpha = min(alpha, do_clip(local_pos));
|
||||
oFragColor = mix(vColor0, vColor1, vF) * vec4(1, 1, 1, alpha);
|
||||
oFragColor = vColor * vec4(1, 1, 1, alpha);
|
||||
|
||||
#ifdef WR_FEATURE_TRANSFORM
|
||||
oFragColor.a *= alpha;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue