cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

chevydevil
Adept II

Deprecated functions with app sdk 2.7

Hello, how can I use deprecated functions in opencl 1.2? I need to support for example clCreateFromGLTexture3d(...) for nvida devices...

Thx

0 Likes
1 Solution
nou
Exemplar

#define CL_USE_DEPRECATED_OPENCL_1_1_APIS

View solution in original post

0 Likes
2 Replies
nou
Exemplar

#define CL_USE_DEPRECATED_OPENCL_1_1_APIS

0 Likes

Thanks a lot!

0 Likes