Tagged Questions

6
votes
1answer
329 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 ...
1
vote
1answer
331 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?