What's the difference between WARP drivers,reference drivers and software drivers?

我怕爱的太早我们不能终老 提交于 2019-12-02 08:41:39

Reference device and Software device http://www.gamedev.net/topic/631456-whats-the-difference-between-d3d-driver-type-software-and-d3d-driver-type-reference/

For WARP device http://msdn.microsoft.com/en-us/library/gg615082.aspx

Reference device is provided as pre-release in general (so people can start to write code using full featured api without having hardware support yet), the problem being that reference device (and anything but hardware really) is so slow it's mostly unusable.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!