3
votes
2answers
199 views

How to display an image stored in GPU video memory

My platform is Windows PC and C++. I am using an image buffer in GPU video memory via CUDA. Is there any way to directly send the content to GPU for display? Currently, I am getting the content into ...
0
votes
2answers
283 views

CUDA 4.1 Update

I'm currently working on porting a particle system to update on the GPU via the use of CUDA. With CUDA, I've already passed over the required data I need to the GPU and allocated and copied the date ...