About this document
CUDA and OpenGL Interoperability Guide by andizv is a document available to read on EtoBox.
CUDA and OpenGL can be used together to accelerate graphics applications. CUDA is used for calculations and data generation while OpenGL draws pixels or vertices to the screen. They share data through common memory in the framebuffer. The key steps are: 1. Create an OpenGL window and context 2. Generate OpenGL buffers and register them with CUDA 3. Map the OpenGL buffers into CUDA memory space for fast data transfer 4. Use CUDA to generate images/data and write to the mapped buffers 5. Draw with OpenGL usi
- Author
- andizv
- Language
- EN