-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
With the winit example in this repo (and the default 800x600 logical size (with 2x scale factor)) get:
61792bytes using a newnullbackend (which doesn't do any rendering at all and has a memory usage of 1 byte)85728bytes using thevello_cpu+pixelsbackend95920bytes using thevello_cpu+softbufferbackend86544bytes using thevellobackend
In all cases (except the null backend) memory usage jumps up quite a bit if the window is resized bigger. To ~100mb for vello and ~120mb for vello_cpu+pixels with a fullscreen window on my MacBook Pro 14".
Metadata
Metadata
Assignees
Labels
No labels