- Using a PBO and an OpenGL texture (old style);
- Using a OpenGL texture as a CUDA surface and rendering on a fullScreen quad (new style);
- Using a renderbuffer as a CUDA surface and rendering using glBlitFramebuffer.
which one is fastest and the most effcient one? or any other better method?
Thanks!