Accessing VRAM of Graphic Card

rajsujayks

CSE Freak!
I posted this question already in the Programming section, but couldn't get a proper response. So I am reposting here hoping to get a better response. Sorry for the duplication, mods.

My Question:

I want to access the VRAM of my nVidia GeForce GTS450 graphic card using a C program under Win7 64-bit.. I want to read the RGB values for each pixel and manipulate them. I only want to READ values... Not write or modify them... How do I do it?
I know it isn't possible directly under Windows.. But there should be some way..

Can I use nVidia's API for this..? If yes, how do I do it..?
 
Top Bottom