settings: remove pessimistic flushing

This commit is contained in:
Liam
2023-05-03 18:51:44 -04:00
parent a661c547d8
commit ae59ffc56c
8 changed files with 0 additions and 28 deletions

View File

@@ -126,16 +126,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_pessimistic_flushes">
<property name="toolTip">
<string>Enables pessimistic buffer flushes. This option will force unmodified buffers to be flushed, which can cost performance.</string>
</property>
<property name="text">
<string>Use pessimistic buffer flushes (Hack)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_vulkan_driver_pipeline_cache">
<property name="toolTip">