summaryrefslogtreecommitdiffstats
path: root/tests/manual/planets-qml/shaders/rhi/shadowmap.frag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/planets-qml/shaders/rhi/shadowmap.frag')
-rw-r--r--tests/manual/planets-qml/shaders/rhi/shadowmap.frag8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/planets-qml/shaders/rhi/shadowmap.frag b/tests/manual/planets-qml/shaders/rhi/shadowmap.frag
new file mode 100644
index 000000000..7dab1669c
--- /dev/null
+++ b/tests/manual/planets-qml/shaders/rhi/shadowmap.frag
@@ -0,0 +1,8 @@
+// Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB).
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+#version 450 core
+
+void main()
+{
+}