summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/displacement/buildshaders.bat
blob: 95a51c0e91a0de1af7c1eb01e435cfdc6acdc0fc (plain)
1
2
3
4
5
6
7
8
9
10
:: 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 320es,410 --hlsl 50 --msl 12 --msltess material.vert -o material.vert.qsb
qsb --glsl 320es,410 --hlsl 50 --msl 12 material.frag -o material.frag.qsb

qsb --glsl 320es,410 --msl 12 --tess-mode triangles material.tesc -o material.tesc.qsb
qsb --glsl 320es,410 --msl 12  --tess-vertex-count 3 material.tese -o material.tese.qsb

qsb -r hlsl,50,material_hull.hlsl material.tesc.qsb
qsb -r hlsl,50,material_domain.hlsl material.tese.qsb