- da_clCreateEventFromEGLSyncKHR
alias da_clCreateEventFromEGLSyncKHR = cl_event function(cl_context, void*, void*, 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_clCreateFromEGLImageKHR
alias da_clCreateFromEGLImageKHR = cl_mem function(cl_context, CLeglDisplayKHR, CLeglImageKHR, cl_mem_flags, const(cl_egl_image_properties_khr), 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_clEnqueueAcquireEGLObjectsKHR
alias da_clEnqueueAcquireEGLObjectsKHR = cl_mem 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_clEnqueueReleaseEGLObjectsKHR
alias da_clEnqueueReleaseEGLObjectsKHR = 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.
- EXT_cl_khr_egl_event
bool EXT_cl_khr_egl_event()
Undocumented in source. Be warned that the author may not have intended to support it.
- EXT_cl_khr_egl_image
bool EXT_cl_khr_egl_image()
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.