ToGL

From Valve Developer Community
Revision as of 07:49, 6 December 2024 by SirYodaJedi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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