mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 20:49:01 +02:00
[vulkan] Changing ProvokingVertex enabling nature
This commit is contained in:
parent
bbd8cc321f
commit
d0c87e0c95
8 changed files with 23 additions and 58 deletions
|
|
@ -368,12 +368,6 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent)
|
|||
"Higher states allow for more features and can increase performance, but may cause "
|
||||
"additional graphical issues."));
|
||||
|
||||
INSERT(Settings,
|
||||
provoking_vertex,
|
||||
tr("Provoking Vertex"),
|
||||
tr("Improves lighting and vertex handling in some games.\n"
|
||||
"Only Vulkan 1.0+ devices support this extension."));
|
||||
|
||||
INSERT(Settings,
|
||||
descriptor_indexing,
|
||||
tr("Descriptor Indexing"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue