mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Switch default renderer to webrender, and update webrender.
This commit is contained in:
parent
c7e1a575a5
commit
f562c426e3
8 changed files with 14 additions and 15 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
void main(void) {
|
||||
#ifdef WR_FEATURE_TRANSFORM
|
||||
float alpha = 1;
|
||||
float alpha = 1.f;
|
||||
vec2 local_pos = init_transform_fs(vPos, vLocalRect, alpha);
|
||||
#else
|
||||
float alpha = 1;
|
||||
float alpha = 1.f;
|
||||
vec2 local_pos = vPos;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue