// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh_factory.h" namespace embree { /*! BVH8 instantiations */ class BVH8Factory : public BVHFactory { … }; }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh_factory.h" namespace embree { /*! BVH8 instantiations */ class BVH8Factory : public BVHFactory { … }; }