Updated Embree 4 library with GPU support is required for it to be compiled - compatiblity with Embree 3 and Embree 4 without GPU support is maintained. Enabling hardware raytracing is an opt-in user setting for now. Pull Request: https://projects.blender.org/blender/blender/pulls/106266
8 lines
251 B
C
8 lines
251 B
C
/* SPDX-License-Identifier: Apache-2.0
|
|
* Copyright 2023 Intel Corporation */
|
|
|
|
#if !defined(WITH_ONEAPI_SYCL_HOST_TASK) && defined(WITH_EMBREE_GPU)
|
|
# undef ccl_gpu_kernel_signature
|
|
# define ccl_gpu_kernel_signature __ccl_gpu_kernel_signature
|
|
#endif
|