smithay/anvil
Victor Brekenfeld 2c9c150e5e renderer: Remove `Frame` trait and merge into `Renderer`
Tracking of Frames, so that only one unique one can exist at a time
(gles does not allow multiple frames being rendered in parallel)
lead to very unfriendly lifetime-heavy code. A renderer is already
*unique*, just move the code there and add an error variant to catch
misuses.
2021-05-15 16:12:12 +02:00
..
resources move examples into our own compositor: anvil 2018-05-07 19:56:38 +02:00
src renderer: Remove `Frame` trait and merge into `Renderer` 2021-05-15 16:12:12 +02:00
Cargo.toml Fixup anvil for winit rendering 2021-05-15 16:12:12 +02:00
build.rs fix some clippy warnings (#147) 2020-01-01 11:43:16 +01:00