ToGL: Difference between revisions
Jump to navigation
Jump to search
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...") |
SirYodaJedi (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{dead end}} | {{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]] shaders and decompiles them as [[GLSL]]. It supports Shader Models 2+3 | '''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]] shaders and decompiles them as [[GLSL]]. It supports Shader Models 2+3. | ||
== External links == | == External links == | ||
* [https://github.com/ValveSoftware/ToGL Source code on GitHub] (reference only, does not compile) | * [https://github.com/ValveSoftware/ToGL Source code on GitHub] (reference only, does not compile) |
Revision as of 15:05, 22 April 2024

This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.


ToGL is an abstraction layer used by Source on
Linux and
macOS which translates DirectX 9 calls to OpenGL. It decompiles HLSL shaders and decompiles them as GLSL. It supports Shader Models 2+3.
External links
- Source code on GitHub (reference only, does not compile)