Presentation: add Nearest Neighbor filter.

This commit is contained in:
Fernando Sahmkow
2021-10-17 17:22:16 +02:00
parent 77b0812d69
commit b60966041c
6 changed files with 67 additions and 14 deletions

View File

@ -387,6 +387,11 @@
</item>
<item>
<widget class="QComboBox" name="scaling_filter_combobox">
<item>
<property name="text">
<string>Nearest Neighbor</string>
</property>
</item>
<item>
<property name="text">
<string>Bilinear</string>
@ -404,7 +409,7 @@
</item>
<item>
<property name="text">
<string>FidelityFX Super Resolution</string>
<string>FidelityFX Super Resolution [Vulkan Only]</string>
</property>
</item>
</widget>