- da_clCreateFromGLBuffer
alias da_clCreateFromGLBuffer = cl_mem function(cl_context, cl_mem_flags, cl_GLuint, int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateFromGLRenderbuffer
alias da_clCreateFromGLRenderbuffer = cl_mem function(cl_context, cl_mem_flags, cl_GLuint, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateFromGLTexture
alias da_clCreateFromGLTexture = cl_mem function(cl_context, cl_mem_flags, cl_GLenum, cl_GLint, cl_GLuint, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateFromGLTexture2D
alias da_clCreateFromGLTexture2D = cl_mem function(cl_context, cl_mem_flags, cl_GLenum, cl_GLint, cl_GLuint, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clCreateFromGLTexture3D
alias da_clCreateFromGLTexture3D = cl_mem function(cl_context, cl_mem_flags, cl_GLenum, cl_GLint, cl_GLuint, cl_int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueAcquireGLObjects
alias da_clEnqueueAcquireGLObjects = cl_int function(cl_command_queue, cl_uint, const(cl_mem*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clEnqueueReleaseGLObjects
alias da_clEnqueueReleaseGLObjects = cl_int function(cl_command_queue, cl_uint, const(cl_mem*), cl_uint, const(cl_event*), cl_event*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetGLContextInfoKHR
alias da_clGetGLContextInfoKHR = cl_int function(const(cl_context_properties*), cl_gl_context_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetGLObjectInfo
alias da_clGetGLObjectInfo = cl_int function(cl_mem, cl_gl_object_type*, cl_GLuint*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- da_clGetGLTextureInfo
alias da_clGetGLTextureInfo = cl_int function(cl_mem, cl_gl_texture_info, size_t, void*, size_t*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- EXT_cl_khr_gl_sharing
bool EXT_cl_khr_gl_sharing()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadEXT
void loadEXT(CLVersion clVer, cl_platform_id platform)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadSymbols
void loadSymbols(void delegate(void**, string, bool doThrow) bindFunc)
Undocumented in source. Be warned that the author may not have intended to support it.
- reload
CLVersion reload(void delegate(void**, string, bool doThrow) bindFunc, CLVersion clVer)
Undocumented in source. Be warned that the author may not have intended to support it.