We have had some requests from users to post a simple OpenCL OpenGL Interoperation example using vertexes and we decided to post a fresh example.
This is the same video that is used in the tutorials. However, the code has been updated to use simple instructions from OpenCLTemplate.
OpenCL/GL Interop is a powerful tool to manipulate OpenGL graphics directly in GPU memory with minimal data transfer. All GL Buffer objects as well as textures can be manipulated.