pub type IPLOpenCLDeviceList = *mut _IPLOpenCLDeviceList_t;Expand description
Provides a list of OpenCL devices available on the user’s system. Use this to enumerate the available OpenCL devices, inspect their capabilities, and select the most suitable one for your application’s needs.