summaryrefslogblamecommitdiffstats
path: root/glow/src/window/swap_chain.rs
blob: 41d19968de6ea40f80100f9d26e56c903ebcfd41 (plain) (tree)
1
2
3
4
5




                                                                       
/// The rendering target of a window.
///
/// It represents a series of virtual framebuffers with a scale factor.
#[derive(Debug)]
pub struct SwapChain;