Warning, /plasma/plasma-desktop/kcms/qtquicksettings/renderer.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8" ?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006     <kcfgfile arg="true" />
0007     <group name="QtQuickRendererSettings">
0008         <entry name="RenderLoop" type="Enum">
0009             <choices name="RenderLoopType">
0010                 <choice name="automaticloop" />
0011                 <choice name="basic" />
0012                 <choice name="threaded" />
0013             </choices>
0014             <default>automaticloop</default>
0015         </entry>
0016         <entry name="SceneGraphBackend" type="Enum">
0017             <choices name="SceneGraphBackendType">
0018                 <choice name="automaticbackend" />
0019                 <choice name="opengl" />
0020                 <choice name="software" />
0021                 <choice name="vulkan" />
0022             </choices>
0023             <default>automaticbackend</default>
0024         </entry>
0025         <entry name="ForceGlCoreProfile" type="Bool">
0026             <default>false</default>
0027         </entry>
0028     </group>
0029 </kcfg>