// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh.h" #include <sstream> namespace embree { template<int N> class BVHNStatistics { … }; BVH4Statistics; BVH8Statistics; }
// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "bvh.h" #include <sstream> namespace embree { template<int N> class BVHNStatistics { … }; BVH4Statistics; BVH8Statistics; }