Link to home
Start Free TrialLog in
Avatar of Choklander
Choklander

asked on

Convert DirectX 9.0 to OpenGL

Dear Experts,

I am looking for a way to convert an application that uses DirectX 9.0 to render its graphics, to use OpenGL instead. This means I need to change the DirectX 9.0 API calls with OpenGL ones.
I am aware of the HLSL2GLSL from ATI but that is only for shaders? I am looking for a documentation (?) or a resource that can help me with the porting.

Any help is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Jose Parrot
Jose Parrot
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Choklander
Choklander

ASKER

Thanks. That helps.