8a5d030a98
Refactors the `X11Surface` to use the `Swapchain` internally, which gives us a buffer age implemenation, which we can then use to change the `Present` struct of the X11 backend to provide age values to the user. This change also merged the `Present` struct into the surface because submits should now happen explicitly via a new `submit`-call instead of being submitted implicitly on drop. This allows the buffer to be discarded if rendering fails. |
||
---|---|---|
.. | ||
resources | ||
src | ||
Cargo.toml | ||
build.rs |