-1
votes
1answer
64 views

How should I choose a graphics card that's right for my needs? [closed]

I'm developing my own game using Ogre3D, and I'm want to implement things like SSAO, dynamic shadows, AI, physics, etc...and I know my current card is barely gonna be able to handle it. So my ...
0
votes
1answer
115 views

Running advanced floating point calculations on the GPU?

I want to learn how to use AMD Stream and NVIDIA CUDA (PhysX) to calculate things such as locations. I have not yet found where to get the SDK for these (I can't test the CUDA things because I have a ...
0
votes
1answer
200 views

Get video chipset manufacturer in Direct3D

I'd need to know if the video chipset Direct3D runs on is from Nvidia, AMD or Intel. Is there a way to do that?