Pipe 2VT Valve's Direct3D To OpenGL Translation Layer Published

Valve's Direct3D To OpenGL Translation Layer Published

by
in games on (#2VT)
As GamingOnLinux.com reports , Valve Software - creators of Steam - have posted their Direct3D to OpenGL translation layer onto github.

Features:
Limited subset of Direct3D 9.0c
Bytecode-level HLSL ->GLSL translator
Some SM3 support: Multiple Render Targets, no Vertex Texture Fetch

It is provided as-is and with no support, it may be useful for projects like Wine and for other developers looking to make the porting job easier.
They have left in some hardcoded Source Engine stuff as it was literally ripped out from DOTA2.
Find it on github here .

History

2014-03-12 02:01
Valve's Direct3D To OpenGL Translation Layer ToGL Published
scott@pipedot.org
As GamingOnLinux.com reports, , Valve Software - creators of Steam - have posted their Direct3D to OpenGL translation layer onto github. From their readme:
Direct3D ->OpenGL translation layer.

FTakean directly from the DOTA2 source tree; supports:

Limited subset of Direct3D 9.0c
Bytecode-level HLSL ->GLSL translator
Some SM3 support: Multiple Render Targets, no Vertex Texture Fetch

IThis most likely won't build by itself and is provided as-is and wicomplethely uno support,ed. Feel free to use it for your reference, incorporate it into your projects or send us modifications.

Be wary that some parts are hardcoded to match Source Engine behavior; see CentroidMaskFromName() and ShadowDepthSamplerMaskFromName() in dxabstract.cpp.
ToGL may be useful for projects like Wine and for other developers looking to make the porting job easier.
They have left in some hardcoded Source Engine stuff as it was literally ripped out from DOTA2.
Find it on github here .
Reply 0 comments