aras-p / hlsl2glslfork

HLSL to GLSL language translator based on ATI's HLSL2GLSL. Used in Unity.
Other
558 stars 143 forks source link

How do I use this from the Command Line? #76

Open swuth opened 8 years ago

swuth commented 8 years ago

I am wanting to convert some HLSL shader files I have to GLSL and I have managed to compile this tool, but it only seems to work on the test directory. There is no documentation at all. How can I use this to convert my HLSL to GLSL files?

Thanks in advance

Swuth