15 lines
279 B
Text
15 lines
279 B
Text
// Copyright 2009-2021 Intel Corporation
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
#pragma once
|
|
|
|
#define SYCL_EXTERNAL
|
|
|
|
/* include embree API */
|
|
#include "../../include/embree4/rtcore.isph"
|
|
RTC_NAMESPACE_USE
|
|
#include "../../kernels/config.h"
|
|
|
|
#define GET_FUNCTION_POINTER(f) f
|
|
|
|
|