.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "rtcIsSYCLDeviceSupported" "3" "" "" "Embree Ray Tracing Kernels 4" .hy .SS NAME .IP .nf \f[C] rtcIsSYCLDeviceSupported - checks if some SYCL device is supported by Embree \f[R] .fi .SS SYNOPSIS .IP .nf \f[C] #include bool rtcIsSYCLDeviceSupported(const sycl::device sycl_device); \f[R] .fi .SS DESCRIPTION .PP This function can be used to check if some SYCL device (\f[C]sycl_device\f[R] argument) is supported by Embree. .SS EXIT STATUS .PP The function returns true if the SYCL device is supported by Embree and false otherwise. On failure an error code is set that can get queried using \f[C]rtcGetDeviceError\f[R]. .SS SEE ALSO .PP [rtcSYCLDeviceSelector]