aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag
diff options
context:
space:
mode:
Diffstat (limited to 'src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag')
-rw-r--r--src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag b/src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag
index 84f9bc3ee6..e3b17752a7 100644
--- a/src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag
+++ b/src/quickcontrols2/imagine/impl/shaders/OpacityMask.frag
@@ -1,3 +1,6 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+
varying highp vec2 qt_TexCoord0;
uniform highp float qt_Opacity;
uniform lowp sampler2D source;