Merge pull request #10181 from lat9nq/intel-compute-toggle

configure_graphics: Add option to enable compute pipelines for Intel proprietary
This commit is contained in:
liamwhite
2023-05-15 12:05:24 -04:00
committed by GitHub
13 changed files with 67 additions and 10 deletions

View File

@@ -136,6 +136,17 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enable_compute_pipelines_checkbox">
<property name="toolTip">
<string>Enable compute pipelines, required by some games. This setting only exists for Intel proprietary drivers, and may crash if enabled.
Compute pipelines are always enabled on all other drivers.</string>
</property>
<property name="text">
<string>Enable Compute Pipelines (Intel Vulkan only)</string>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="af_layout" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_1">