Is hardware available

Started by
1 comment, last by Mr Cucumber 23 years, 10 months ago
I am developing a Direct3D application and I am now working on some driver enumeration. I wan''t to be able to check if an enumerated DirecDraw driver has hardware capabilities. How can I do that?
Advertisement
I believe that you can test the capabilities of D3D by using certain flags and testing for an OK flag.. I have not tried D3D so I''m unsure it will work or it might have a capability structure somewhere.... good luck

The nightmare travels across the cosmos with his burning mane. The trail of ash that is produced.

?Have a nice day!?

Actually I found out how to do it myself.
I just had to look for the DDCAPS_NOHARDWARE flag when calling the GetCaps function.

This topic is closed to new replies.

Advertisement