HLSL2GLSL is a command-line tool and library that translates HLSL shaders into GLSL. HLSL2GLSL can be used as a stand-alone command-line tool to directly translate shader source from HLSL to GLSL.
In addition, HLSL2GLSL is a DLL (with full source-code included) that can be used directly by a developer in an application.
HLSL2GLSL is designed to work with HLSL shaders up to Shader Model 3.0. The tool generates either GLSL v1.10.59 desktop OpenGL shaders or ES SL v1.00 embedded OpenGL ES shaders.
WHAT'S NEW
Initial public release.
. Follow the link and
free download HLSL2GLSL now.
DETAILS