Skip to content

Commit

Permalink
Test GLArea
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Oct 6, 2024
1 parent 919524a commit e4e37df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layout/drawing_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ impl DrawingArea {
canvas.line_to(270.0, 90.0);
canvas.fill();

let gl_area = gtk::GLArea::new();

// let surface = canvas.surface;
// How do we plug skia canvas into the gtk drawing area?
// Do we need to pass through cairo context? (yuck)
Expand Down

0 comments on commit e4e37df

Please sign in to comment.