godot/thirdparty/embree/kernels/geometry/curveNi_mb.h

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

#pragma once

#include "primitive.h"
#include "curve_intersector_precalculations.h"

namespace embree
{
  template<int M>
    struct CurveNiMB
  {};

  template<int M>
    typename CurveNiMB<M>::Type CurveNiMB<M>::type;

  Curve4iMB;
  Curve8iMB;
}