Tagged Questions
-3
votes
0answers
282 views
Why OpenGL provided with latest GeForce drivers is so extremely slow?
I'm writting a code in OpenGL and using two computers - an old and a new one.
On the old computer (which I use for debugging/creating implementation for the old GL) I have GeForce 5500 FX. Before ...
1
vote
1answer
150 views
optimal pixel-read back strategy
I need to render certain scenes and read the whole image back in main memory for further processing which is not suitable for rewriting into shaders of CUDA, and saving to disk. I've search for this ...