Hi,
I am trying to display my data( calculated by CUDA) using OpenGL. Following the programming guide, SDK and discussions on forum, it seems that( at least) a buffer object is always needed. Does it possible to show my data without PBO? Does CUDA support FBO and RBO as well?
Thank you in advance.