summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/tessellation/buildshaders.bat
blob: 61345d19066b9095f8a5cbf58ee88e8370b4de38 (plain)
1
2
3
4
5
6
7
8
:: 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 test.vert -o test.vert.qsb
qsb --glsl 320es,410 --msl 12 --tess-mode triangles test.tesc -o test.tesc.qsb
qsb -r hlsl,50,test_hull.hlsl test.tesc.qsb
qsb --glsl 320es,410 --msl 12  --tess-vertex-count 3 test.tese -o test.tese.qsb
qsb -r hlsl,50,test_domain.hlsl test.tese.qsb
qsb --glsl 320es,410 --hlsl 50 --msl 12 test.frag -o test.frag.qsb