forked from eden-emu/eden
[desktop] update sample shading fraction tooltip
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
6ed085037a
commit
7a2a0aeb33
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QWidget* parent)
|
|||
tr("Sample Shading"),
|
||||
tr("Allows the fragment shader to execute per sample in a multi-sampled fragment "
|
||||
"instead once per fragment. Improves graphics quality at the cost of some performance.\n"
|
||||
"Only Vulkan 1.1+ devices support this extension."));
|
||||
"Higher values improve quality more but also reduce performance to a greater extent."));
|
||||
|
||||
// Renderer (Debug)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue