Introduce text_multithreading to Settings
This commit is contained in:
parent
217f5be827
commit
357a8a95c9
4 changed files with 24 additions and 5 deletions
|
|
@ -31,9 +31,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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue