graphics card supported API'S

robina_80

Active Member
when graphics cards says supported API's directX 8.1 and openGL 1.4 cant it run new games that run on directX9 like H&D2 because games come with directX dont they so does the software update the hardware
 
when graphics cards says supported API's directX 8.1 and openGL 1.4 cant it run new games that run on directX9 like H&D2 because games come with directX dont they so does the software update the hardware
When you see it on the box of a video card for instance it means that the video card supports, in hardware, specific API calls from the DirectX library (mostly DirectDraw/Direct3D). Just because you have DirectX9.0c installed on your computer doesnt mean your hardware will execute using that codepath (and some DX9 parts, like the NV3x shouldnt be using the DX9 codepath).

This is a big problem when people wanted to play DX8 games but had GeForce4MX cards.
 
so if i get a directX8 graphics card it wont play directX9 games, so will i have to get a different graphics card that can support directX9
 
so if I get a directX8 graphics card it wont play directX9 games, so will I have to get a different graphics card that can support directX9
You got the second part right. If you get a DX8.x card then you will " not be able to support DX9" (or more properly: be unable to play executing the DX9 codepath). To play using the DX9 codepath youll need a DX9 card (and no the NV3x isnt a DX9 part for all intents and purposes)
 
"Drivers" (much like driver aka race car driver) are designed to operate "devices" (i.e., race cars) and if the device doesnt support something (i.e., 5th-gear/DirectX9) then the "driver" can try and use that device (5th-gear/directx9) all she/he/it wants ... and you know what gonna happen then :D
 
Back
Top