| 280 | } |
| 281 | |
| 282 | bool DeviceInfo::SupportsTextureArray() const { |
| 283 | return cl_version >= OpenCLVersion::CL_1_2; |
| 284 | } |
| 285 | |
| 286 | CLDevice::CLDevice(cl_device_id id, cl_platform_id platform_id) |
| 287 | : id_(id), platform_id_(platform_id), info_(id) {} |
no outgoing calls
no test coverage detected