they are both software implemented.
And the doc in dx sdk tells nothing about their difference.
so what's the difference??
thanks
what's the difference between D3D_DRIVER_TYPE_SOFTWARE and D3D_DRIVER_TYPE_REFERENCE
Started by jerrycao_1985, Sep 18 2012 02:27 AM
2 replies to this topic
Sponsor:
#3 Members - Reputation: 580
Posted 18 September 2012 - 08:09 AM
They serve different purposes. The reference driver is for doing things that the hardware doesn't support yet, but will in the future. It is not meant to be fast, is for development use, and implements everything. The software driver is for when you need Dx on a platform that doesn't support hardware acceleration. It is meant to be fast, is for deployment, and may or may not implement features.






