summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/multiview/buildshaders.bat
blob: c53119bd426304b614a7ca98c105782a6e083cd4 (plain)
1
2
3
4
qsb --view-count 2 --glsl "300 es,330" --hlsl 61 -c --msl 12 multiview.vert -o multiview.vert.qsb
qsb --glsl "300 es,330" --hlsl 61 -c --msl 12 multiview.frag -o multiview.frag.qsb
qsb --glsl "300 es,330" --hlsl 61 -c --msl 12 texture.vert -o texture.vert.qsb
qsb --glsl "300 es,330" --hlsl 61 -c --msl 12 texture.frag -o texture.frag.qsb