<div dir="ltr">As far as I know, to render data that has been processed using opencl I have to copy the data from the GPU back to the main memory, putting it in a vtkImage and, when that image is used by a mapper, the data is copied back to the GPU. <br><br>I need that because I would like to use the itk::GPUImage to do heavy processing and render it.<br><br>Assuming I understood correctly, are there any mappers/actors to render opencl images int VTK?</div>