bkloppenborg / liboi

OpenCL Interferometry Library
https://github.com/bkloppenborg/liboi/wiki
GNU Lesser General Public License v3.0
5 stars 6 forks source link

clCreateFromGLTexture vs. clCreateFromGLTexture2D #43

Closed bkloppenborg closed 10 years ago

bkloppenborg commented 10 years ago

OpenCL 1.1 uses clCreateFromGLTexture2D whereas OpenCL 1.2 depreciated that command. Perhaps we could add in an IFDEF based upon the OpenCL version to match the correct version of OpenCL.

bkloppenborg commented 10 years ago

Although perhaps not the best workaround, we closed this in 7f0949b5132a348b5c8123adf2fbd5f023d4a996. Note, if a platform has multiple OpenCL devices of different capabilities, the detection method may fail in which case compilation will fail with a linker error.