summaryrefslogtreecommitdiffstats
path: root/GUIModel/MeterEffect/ShaderPath.qml
diff options
context:
space:
mode:
authorJiu Shanheng <shanheng.jiu@qt.io>2024-09-10 19:15:25 +0900
committerJiu Shanheng <shanheng.jiu@qt.io>2024-09-11 18:40:18 +0900
commit5c8f09d2c3c99f621b467ed5c1be4fac3a708e85 (patch)
tree9312e269961b14945a00db47ed236ca53ffbb149 /GUIModel/MeterEffect/ShaderPath.qml
parent17b016d08cf1680f58cbb9102f35949c8436207c (diff)
Port the cluster-refgui demo supports both Qt5 and Qt6HEADtrout_19.90.0trout/19.90.019.90.0master
This demo can now run on both Qt5 and Qt6, also added a macro to switch with or without the backend so that it can be developed easily on the Windows desktop. Bug-AGL: SPEC-5243 Change-Id: I99b12ad9779a477784df13b83a850387747bb588 Signed-off-by: Jiu Shanheng <shanheng.jiu@qt.io>
Diffstat (limited to 'GUIModel/MeterEffect/ShaderPath.qml')
-rw-r--r--GUIModel/MeterEffect/ShaderPath.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/GUIModel/MeterEffect/ShaderPath.qml b/GUIModel/MeterEffect/ShaderPath.qml
new file mode 100644
index 0000000..ebf1f9d
--- /dev/null
+++ b/GUIModel/MeterEffect/ShaderPath.qml
@@ -0,0 +1,7 @@
+pragma Singleton
+import QtQuick 2.15
+
+QtObject {
+ readonly property string guageMaskVert: "qrc:/Assets/Common/Shaders/Qt6/guageMask.vert.qsb"
+ readonly property string guageMaskFrag: "qrc:/Assets/Common/Shaders/Qt6/guageMask.frag.qsb"
+}