Search Results

2
votes

OpenGL still better than Direct3D for non-games ?

This doesn't directly answer your question (sorry), but I was one of the original guys working on Direct3D and hehe: Are there scenegraph libraries for Direct3D? …
1
vote

Why Direct3D application performs better in full screen mode?

Basically, the video hardware is completely dedicated to the exclusive mode application. There is no contention for video resources (pipeline, texture memory, etc...) In particular, …