I'm currently developing a project where I do a lot of video processing. The project uses C++, openGL and glsl. Recently I added some CUDA routines to it, to do some more advanced image processing work.I managed to use the openGL textures in cuda, however now I'm trying to use some of the cuda's npp functions with the openGL texture as input (without succes).I'm currently developing a project where I do a