summaryrefslogtreecommitdiffstats
path: root/glow/src/settings.rs
diff options
context:
space:
mode:
Diffstat (limited to 'glow/src/settings.rs')
-rw-r--r--glow/src/settings.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/glow/src/settings.rs b/glow/src/settings.rs
index cf8e891f..f3dddfaf 100644
--- a/glow/src/settings.rs
+++ b/glow/src/settings.rs
@@ -18,9 +18,13 @@ pub struct Settings {
/// If enabled, spread text workload in multiple threads when multiple cores
/// are available.
+ ///
+ /// By default, it is disabled.
pub text_multithreading: bool,
/// The antialiasing strategy that will be used for triangle primitives.
+ ///
+ /// By default, it is `None`.
pub antialiasing: Option<Antialiasing>,
}