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

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

#pragma once

#include "../common/ray.h"
#include "../common/geometry.h"

namespace embree
{
  namespace isa
  {
    struct CurvePrecalculations1
    {};
    
    template<int K>
      struct CurvePrecalculationsK
    {};
  }
}