cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

slowhand
Journeyman III

copy from CL to GL or frame buffer

I want to know how to transfer data calculated from CL to GL render buffer or frame buffer. I calculated some image data with OpenCL and want to display results. I saw several topics about CL/GL interop, but not clear. What is the fastest and stable way to transfer data from CL to frame buffer?

0 Likes
1 Reply
nou
Exemplar

CL/GL interoperability is fastest way. you can share buffers between GL and CL without copying or moving.

look into SimpleGL and BoxFilterGL examples.

0 Likes