Go to the source code of this file.
◆ CLC_STRUCT()
CLC_STRUCT |
( |
clCDeviceInfoList |
| ) |
|
List of devices found by device locator.
Contains information about the devices
◆ clCDeviceInfoList_GetCount()
CL_DLL int32_t clCDeviceInfoList_GetCount |
( |
clCDeviceInfoList |
devices | ) |
|
Get the number of devices.
- Parameters
-
devices | device list handle |
- Returns
- count of device list
◆ clCDeviceInfoList_GetDeviceInfo()
CL_DLL clCDeviceInfo clCDeviceInfoList_GetDeviceInfo |
( |
clCDeviceInfoList |
devices, |
|
|
int32_t |
index |
|
) |
| |
Get device info from the list.
- Parameters
-
devices | device list handle |
index | info index |
- Returns
- device info handle