summaryrefslogtreecommitdiffstats
path: root/glow/src/window/swap_chain.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/window/swap_chain.rs')
-rw-r--r--glow/src/window/swap_chain.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/glow/src/window/swap_chain.rs b/glow/src/window/swap_chain.rs
new file mode 100644
index 00000000..41d19968
--- /dev/null
+++ b/glow/src/window/swap_chain.rs
@@ -0,0 +1,5 @@
+/// The rendering target of a window.
+///
+/// It represents a series of virtual framebuffers with a scale factor.
+#[derive(Debug)]
+pub struct SwapChain;