Extract io_surface crate and invoke custom callback on frame sample

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-08-30 19:05:33 +02:00
parent e12eaf8c58
commit c4110edb78
11 changed files with 85 additions and 33 deletions

View file

@ -39,6 +39,7 @@ struct PathSprite {
pub struct Surface {
pub bounds: RectF,
pub native_surface: io_surface::IOSurface,
}
impl Renderer {