Example
Loading...
Searching...
No Matches
CDeviceInfoList.h
Go to the documentation of this file.
1// Copyright. 2019 - 2024 PSBD. All rights reserved.
2
3#pragma once
4
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
17CLC_STRUCT(clCDeviceInfoList);
18
25CL_DLL int32_t clCDeviceInfoList_GetCount(clCDeviceInfoList devices) NOEXCEPT;
33CL_DLL clCDeviceInfo clCDeviceInfoList_GetDeviceInfo(clCDeviceInfoList devices,
34 int32_t index) NOEXCEPT;
35
36#ifdef __cplusplus
37}
38#endif
#define CLC_STRUCT(Name)
Definition CDefinesPrivate.h:24
#define NOEXCEPT
Definition CDefinesPrivate.h:52
#define CL_DLL
Definition CDefinesPrivate.h:21
CL_DLL int32_t clCDeviceInfoList_GetCount(clCDeviceInfoList devices) NOEXCEPT
CL_DLL clCDeviceInfo clCDeviceInfoList_GetDeviceInfo(clCDeviceInfoList devices, int32_t index) NOEXCEPT