Improve asynchronous shader building description
This commit is contained in:
parent
76a8a6e039
commit
2c7de7a4dc
1 changed files with 1 additions and 3 deletions
|
@ -296,9 +296,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
|
|||
INSERT(Settings,
|
||||
use_asynchronous_shaders,
|
||||
tr("Use asynchronous shader building (Hack)"),
|
||||
tr("Enables asynchronous shader compilation, which may reduce shader stutter.\nThis "
|
||||
"feature "
|
||||
"is experimental."));
|
||||
tr("Enables asynchronous shader compilation, which may reduce shader stutter."));
|
||||
INSERT(Settings, use_fast_gpu_time, QString(), QString());
|
||||
INSERT(Settings,
|
||||
fast_gpu_time,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue