mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-10 04:20:06 +00:00
6 lines
194 B
Batchfile
6 lines
194 B
Batchfile
|
.\StandAlone.exe -i sample.vert > sample.vert.newout
|
||
|
diff sample.vert.out sample.vert.newout
|
||
|
|
||
|
.\StandAlone.exe -i sample.frag > sample.frag.newout
|
||
|
diff sample.frag.out sample.frag.newout
|