configuration: Add async ASTC decode setting

This commit is contained in:
ameerj 2023-02-22 00:48:12 -05:00
parent 08c1dc9587
commit c5386e2179
12 changed files with 49 additions and 8 deletions

View file

@ -89,6 +89,16 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="async_astc">
<property name="toolTip">
<string>Enables asynchronous ASTC texture decoding, which may reduce load time stutter. This feature is experimental.</string>
</property>
<property name="text">
<string>Decode ASTC textures asynchronously (Hack)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="use_asynchronous_shaders">
<property name="toolTip">