summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/computebuffer
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-05-02 12:05:02 +0200
committerLucie Gérard <lucie.gerard@qt.io>2024-05-08 13:09:40 +0200
commit251a632dc4241236c4d406d75e75d5a3fe81242e (patch)
tree2bd40ecadfb7f585497ec943c42d845281da5448 /tests/manual/rhi/computebuffer
parent00a04dddaf144106f9c1c278e18094e6ccc42fec (diff)
Add copyright and licensing to .bat files missing them
Task-number: QTBUG-124453 Change-Id: I8bd48ab5d5b18197ef5bf9a46edf49da86374bee Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/manual/rhi/computebuffer')
-rwxr-xr-xtests/manual/rhi/computebuffer/buildshaders.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/rhi/computebuffer/buildshaders.bat b/tests/manual/rhi/computebuffer/buildshaders.bat
index 2768273b70..07a602e18b 100755
--- a/tests/manual/rhi/computebuffer/buildshaders.bat
+++ b/tests/manual/rhi/computebuffer/buildshaders.bat
@@ -1,3 +1,5 @@
+:: Copyright (C) 2024 The Qt Company Ltd.
+:: SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
qsb --glsl "310 es,430" --hlsl 50 --msl 12 buffer.comp -o buffer.comp.qsb
qsb --glsl "310 es,430" --hlsl 50 --msl 12 main.vert -o main.vert.qsb
qsb --glsl "310 es,430" --hlsl 50 --msl 12 main.frag -o main.frag.qsb