You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applications and libraries draw by pushing commands into a [`PaintScene`]. Backends generally execute those commands to
22
+
Applications and libraries draw by pushing commands into a `PaintScene`. Backends generally execute those commands to
23
23
produce an output (although they may do other things like store them for later use).
24
24
-**The [WindowRenderer](https://docs.rs/anyrender/latest/anyrender/trait.WindowRenderer.html) trait abstracts over types that can render to a window**
25
25
-**The [ImageRenderer](https://docs.rs/anyrender/latest/anyrender/trait.ImageRenderer.html) trait abstracts over types that can render to a `Vec<u8>` image buffer**
0 commit comments