I'm looking at buying a new gaming PC on which to do some XNA development. Before I buy a machine with SLI graphic cards, does anyone know if XNA has any problems taking advantage of a SLI setup?
|
|
The only consideration you need to make with XNA is the shader profile you code to ... that is, if you write custom shaders at all :-) aside from that, as long as the video card is dx9+ compatible, you should usually be fine. Edit: According to the list of Supported Operating Systems and Hardware for XNA Game Studio 3.1
Furthermore, according to NVidia's marketing material, the following cards are SLI, and support up to shader model 3.0
|
||||||||||
|
|
|
XNA is abstracted away from the hardware. I don't believe you can write code specific to certain cards (if you can you shouldn't). If you had that kind of code, you wouldn't be able to move the project over to an xbox 360. I believe you would want to go the directx route if you plan on using card specific features. That being said, if you you a working SLI setup, you would surpass any minimum requirements. |
||
|
