Why you should use OpenGL and not DirectX

It's common knowledge that OpenGL has faster draw calls than DirectX (see NVIDIA presentations like this one if you don’t want to take my word for it), and it has first access to new GPU features via vendor extensions. OpenGL gives you direct access to all new graphics features on all platforms, while DirectX only provides occasional snapshots of them on their newest versions of Windows. The tesselation technology that Microsoft is heavily promoting for DirectX 11 has been an OpenGL extension for three years. It has even been possible for years before that, using fast instancing and vertex-texture-fetch. I don’t know what new technologies will be exposed in the next couple years, I know they will be available first in OpenGL.

via Why you should use OpenGL and not DirectX – Wolfire Games Blog.


Tags: , , ,