slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann ced05732a8 Improve robustness of unmapping windows with the GL backend
Make sure to make the GL context is current before destroying the femtovg canvas.

The drop implementation of the canvas will call functions to delete GL resources such as textures, FBOs, etc.
and for that to work reliably the context must be current.
2022-01-05 13:05:40 +01:00
..
fonts Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
Cargo.toml Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
event_loop.rs janitor: Turn !x.is_ok() into x.is_err() 2022-01-04 18:21:36 +01:00
fonts.rs janitor: Remove some unnecessary references 2022-01-04 18:22:15 +01:00
glcontext.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
glwindow.rs Improve robustness of unmapping windows with the GL backend 2022-01-05 13:05:40 +01:00
images.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00
lib.rs janitor: Remove some unnecessary references 2022-01-04 18:22:15 +01:00
svg.rs Mass update copyright messages to be more REUSE compliant 2021-12-22 10:06:12 +01:00