ToGL

From Valve Developer Community
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

ToGL is an abstraction layer used by Source Source on Linux Linux and macOS macOS which translates DirectX 9 calls to OpenGL. It decompiles HLSL shaders and recompiles them as GLSL. It supports Shader Model 2, but only has partial Shader Model 3 support.

External links