godot/thirdparty/embree/kernels/bvh/bvh_statistics.h

// 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;
}