// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "accel.h" #include "builder.h" namespace embree { class AccelInstance : public Accel { … }; }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "accel.h" #include "builder.h" namespace embree { class AccelInstance : public Accel { … }; }