![]() |
|
Opengl and direct3d difference - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Opengl and direct3d difference (/Thread-opengl-and-direct3d-difference) |
Opengl and direct3d difference - SandyCheeks - 10-27-2015 Hello guys, could someone pls explain me whats the difference between the opengl backend and the direct3d11 one? and which one is better suited? RE: Opengl and direct3d difference - envisaged0ne - 10-27-2015 As far as better suited, it depends what kind of graphic card you have. NVidia can't really use d3d but works great w/OpenGL. AMD can really only use d3d. If you have something else, I recommend just experimenting and seeing which one works best for you. You might not even notice a difference RE: Opengl and direct3d difference - SandyCheeks - 10-27-2015 i have a nvidia graphics card (gtx 970), for most of the games it actually works great with direct 3d11 too actually not only opengl, and i really didn't notice any difference so far RE: Opengl and direct3d difference - envisaged0ne - 10-28-2015 That's good. I have a NVidia 750 gtx and it doesn't like d3d. Games run very choppy with a lot of lag. But runs flawlessly on OpenGL RE: Opengl and direct3d difference - Helios - 10-28-2015 nvidia cards work fine on Direct3D. Their OpenGL implementation actually works so you can take advantage of some of the neat stuff we do to have a faster and more accurate emulation with OpenGL if you have an nvidia card. AMD's cards OpenGL implementation has some bugs, but works fine on Direct3D, which is why Direct3D is recommended there. |