cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

pex
Journeyman III

Does OpenGL-OpenCL interoperability exist in AMD Stream SDK 2.0 beta3?

OpenCL-OpenGL interoperability

I've read a lot of things in opencl-1.0.43 reference about OpenGL-OpenCL interoperability, but I cannot find anything about it in the AMD Stream SDK 2.0 beta3.

 

More exactly, I've found the cl_gl.h of course but:

OpenCL memory objects may be created from OpenGL objects IF AND ONLY IF the OpenCL context has been created from an OpenGL share group object or context.”

 

And the renference mentioned:

OpenGL share group object using the OpenCL platform extension CL_APPLE_gl_sharing. On other platforms including Microsoft Windows, Linux/Unix and others, an OpenCL context may be created from an OpenGL context using the Khronos platform extension CL_KHR_gl_sharing.”

 

I've found no way to create OpenCL context from OpenGL context.

 

I've found some example for MAC, to OCL-OGL interoperability, but it is not relevant for Windows or Linux.

 

MAC example:

CGLShareGroupObj kCGLShareGroup = CGLGetShareGroup(kCGLContext);

cl_context_properties properties[] = {

CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE,

(cl_context_properties)kCGLShareGroup, 0

};

 

How can I create OpenCL context from OpenGL context?

How does OCL-OGL interoperability work, in AMD StreamSDK 2.0 beta3?

Edit: Removed special characters from title



0 Likes
1 Reply
omkaranathan
Adept I

Graphics interoperability will be available in the coming months.
0 Likes