configure_graphics_advanced.ui 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureGraphicsAdvanced</class>
  4. <widget class="QWidget" name="ConfigureGraphicsAdvanced">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>404</width>
  10. <height>376</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="accessibleName">
  17. <string>Advanced</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_1">
  20. <item>
  21. <layout class="QVBoxLayout" name="verticalLayout_2">
  22. <item>
  23. <widget class="QGroupBox" name="groupBox_1">
  24. <property name="title">
  25. <string>Advanced Graphics Settings</string>
  26. </property>
  27. <layout class="QVBoxLayout" name="verticalLayout_3">
  28. <item>
  29. <widget class="QWidget" name="gpu_accuracy_layout" native="true">
  30. <layout class="QHBoxLayout" name="horizontalLayout_2">
  31. <property name="leftMargin">
  32. <number>0</number>
  33. </property>
  34. <property name="topMargin">
  35. <number>0</number>
  36. </property>
  37. <property name="rightMargin">
  38. <number>0</number>
  39. </property>
  40. <property name="bottomMargin">
  41. <number>0</number>
  42. </property>
  43. <item>
  44. <widget class="QLabel" name="label_gpu_accuracy">
  45. <property name="text">
  46. <string>Accuracy Level:</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QComboBox" name="gpu_accuracy">
  52. <item>
  53. <property name="text">
  54. <string notr="true">Normal</string>
  55. </property>
  56. </item>
  57. <item>
  58. <property name="text">
  59. <string notr="true">High</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string notr="true">Extreme(very slow)</string>
  65. </property>
  66. </item>
  67. </widget>
  68. </item>
  69. </layout>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QCheckBox" name="async_present">
  74. <property name="text">
  75. <string>Enable asynchronous presentation (Vulkan only)</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QCheckBox" name="renderer_force_max_clock">
  81. <property name="toolTip">
  82. <string>Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.</string>
  83. </property>
  84. <property name="text">
  85. <string>Force maximum clocks (Vulkan only)</string>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="QCheckBox" name="use_vsync">
  91. <property name="toolTip">
  92. <string>VSync prevents the screen from tearing, but some graphics cards have lower performance with VSync enabled. Keep it enabled if you don't notice a performance difference.</string>
  93. </property>
  94. <property name="text">
  95. <string>Use VSync</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QCheckBox" name="async_astc">
  101. <property name="toolTip">
  102. <string>Enables asynchronous ASTC texture decoding, which may reduce load time stutter. This feature is experimental.</string>
  103. </property>
  104. <property name="text">
  105. <string>Decode ASTC textures asynchronously (Hack)</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QCheckBox" name="use_asynchronous_shaders">
  111. <property name="toolTip">
  112. <string>Enables asynchronous shader compilation, which may reduce shader stutter. This feature is experimental.</string>
  113. </property>
  114. <property name="text">
  115. <string>Use asynchronous shader building (Hack)</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <widget class="QCheckBox" name="use_fast_gpu_time">
  121. <property name="toolTip">
  122. <string>Enables Fast GPU Time. This option will force most games to run at their highest native resolution.</string>
  123. </property>
  124. <property name="text">
  125. <string>Use Fast GPU Time (Hack)</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QCheckBox" name="use_vulkan_driver_pipeline_cache">
  131. <property name="toolTip">
  132. <string>Enables GPU vendor-specific pipeline cache. This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.</string>
  133. </property>
  134. <property name="text">
  135. <string>Use Vulkan pipeline cache</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <widget class="QWidget" name="af_layout" native="true">
  141. <layout class="QHBoxLayout" name="horizontalLayout_1">
  142. <property name="leftMargin">
  143. <number>0</number>
  144. </property>
  145. <property name="topMargin">
  146. <number>0</number>
  147. </property>
  148. <property name="rightMargin">
  149. <number>0</number>
  150. </property>
  151. <property name="bottomMargin">
  152. <number>0</number>
  153. </property>
  154. <item>
  155. <widget class="QLabel" name="af_label">
  156. <property name="text">
  157. <string>Anisotropic Filtering:</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <widget class="QComboBox" name="anisotropic_filtering_combobox">
  163. <item>
  164. <property name="text">
  165. <string>Automatic</string>
  166. </property>
  167. </item>
  168. <item>
  169. <property name="text">
  170. <string>Default</string>
  171. </property>
  172. </item>
  173. <item>
  174. <property name="text">
  175. <string>2x</string>
  176. </property>
  177. </item>
  178. <item>
  179. <property name="text">
  180. <string>4x</string>
  181. </property>
  182. </item>
  183. <item>
  184. <property name="text">
  185. <string>8x</string>
  186. </property>
  187. </item>
  188. <item>
  189. <property name="text">
  190. <string>16x</string>
  191. </property>
  192. </item>
  193. </widget>
  194. </item>
  195. </layout>
  196. </widget>
  197. </item>
  198. </layout>
  199. </widget>
  200. </item>
  201. </layout>
  202. </item>
  203. <item>
  204. <spacer name="verticalSpacer">
  205. <property name="orientation">
  206. <enum>Qt::Vertical</enum>
  207. </property>
  208. <property name="sizeHint" stdset="0">
  209. <size>
  210. <width>20</width>
  211. <height>40</height>
  212. </size>
  213. </property>
  214. </spacer>
  215. </item>
  216. </layout>
  217. </widget>
  218. <resources/>
  219. <connections/>
  220. </ui>