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

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

#pragma once

#include "instance_array.h"
#include "../common/ray.h"
#include "../common/point_query.h"
#include "../common/scene.h"

namespace embree
{
  namespace isa
  {
    struct InstanceArrayIntersector1
    {};

    struct InstanceArrayIntersector1MB
    {};

    template<int K>
      struct InstanceArrayIntersectorK
    {};

    template<int K>
      struct InstanceArrayIntersectorKMB
    {};
  }
}