Hi everyone,
I am trying OpenCL with the "SDK_CrossDissolve" example.
When rendering with CPU I can access global data by: "in_data->global_data" which is passed to the render function.
But, when rendering with GPU using PrGPUFilterBase class,
How can I access the global data?
Thanks a lot for your help.