Re: GL-CL interoperability in OSX
Posted by ac on May 09, 2011; 9:00am
URL: https://forum.jogamp.org/GL-CL-interoperability-in-OSX-tp2837450p2918032.html
The 0.9-b349-20110503 package of jocl seems to incorporate some changes to address the gl-cl interop in osx.
Should I get GL-compatible devices by doing:
CLDevice[] devices = CLPlatform.getDefault(CLPlatformFilters.glSharing()).listCLDevices(CLDeviceFilters.glSharing());
?
Thanks,
Andres