mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update WR - texture layers, image mask, profiler, optimizations.
This commit is contained in:
parent
4b28750b9a
commit
86eaef237b
19 changed files with 182 additions and 58 deletions
|
@ -23,7 +23,7 @@ void main(void) {
|
|||
vLocalPos = vi.local_clamped_pos;
|
||||
#endif
|
||||
|
||||
Clip clip = fetch_clip(prim.clip_index);
|
||||
ClipInfo clip = fetch_clip(prim.clip_index);
|
||||
write_clip(clip);
|
||||
|
||||
// vUv will contain how many times this image has wrapped around the image size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue