1rtcIsSYCLDeviceSupported(3E)mbree Ray Tracing Kernelsr4tcIsSYCLDeviceSupported(3)
2
3
4
5 NAME
6 rtcIsSYCLDeviceSupported - checks if some SYCL device is supported by Embree
7
8 SYNOPSIS
9 #include <embree4/rtcore.h>
10
11 bool rtcIsSYCLDeviceSupported(const sycl::device sycl_device);
12
13 DESCRIPTION
14 This function can be used to check if some SYCL device (sycl_device ar‐
15 gument) is supported by Embree.
16
17 EXIT STATUS
18 The function returns true if the SYCL device is supported by Embree and
19 false otherwise. On failure an error code is set that can get queried
20 using rtcGetDeviceError.
21
22 SEE ALSO
23 [rtcSYCLDeviceSelector]
24
25
26
27 rtcIsSYCLDeviceSupported(3)