Skip to content

Keep render outputs on GPU

Currently the rendering is done with CUDA and then downloaded to host memory before being uploaded again into OpenGL buffers. It would be better to render directly into OpenGL buffers and avoid transfer.

Edited by Nicolas Pope