video_core: optionally skip barriers on feedback loops

This commit is contained in:
Liam
2023-06-14 14:11:46 -04:00
parent 278336af63
commit 8d6aefdcc4
6 changed files with 28 additions and 0 deletions

View File

@@ -201,6 +201,16 @@ Compute pipelines are always enabled on all other drivers.</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="barrier_feedback_loops_checkbox">
<property name="toolTip">
<string>Improves rendering of transparency effects in specific games.</string>
</property>
<property name="text">
<string>Barrier feedback loops</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="af_layout" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_1">