0
votes
1answer
95 views
In .NET 3.5 C#, is there a way to detect if NVIDIA SLI mode is active
For NVIDIA graphics cards, you can have two working as one (SLI). For a .NET desktop application, I need to be able to check that SLI is enabled. Is this possible?
1
vote
2answers
133 views
XNA and SLI
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?
5
votes
1answer
247 views
nVidia SLI Tricks
I'm optimizing a directx graphics application to take advantage of nVidia's SLI technology. I'm currently investigating some of the techniques mentioned in their 'Best Practices' web page, but wanted …
