ToGL

From Valve Developer Community
Revision as of 14:59, 22 April 2024 by SirYodaJedi (talk | contribs) (Created page with "{{dead end}} '''ToGL''' is an abstraction layer used by {{source|2}} on {{linux|2}} and {{macOS|2}} which translates DirectX 9 calls to OpenGL. It decompiles HLSL...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.

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 decompiles them as GLSL. It supports Shader Models 2+3, but not Shader Model 4.

External links