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

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

#pragma once

#include "grid_soa.h"
#include "../common/ray.h"
#include "triangle_intersector_pluecker.h"

namespace embree
{
  namespace isa
  {
    template<int K>
      struct MapUV0
    {};
    
    template<int K>
      struct MapUV1
    {};
    
    template<int K>
      class GridSOAIntersectorK
    {};

    template<int K>
    class GridSOAMBIntersectorK
    {};
  }
}