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

// Copyright 2009-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

#include "bvh.h"
#include "../builders/bvh_builder_sah.h"
#include "../builders/bvh_builder_msmblur.h"

namespace embree
{
  namespace isa
  {
    /************************************************************************************/
    /************************************************************************************/
    /************************************************************************************/
    /************************************************************************************/

    template<int N>
      struct BVHNBuilderVirtual
      {};

    template<int N>
      struct BVHNBuilderQuantizedVirtual
      {};

    template<int N>
      struct BVHNBuilderMblurVirtual
      {};
  }
}