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

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

#pragma once

#include "instance.h"
#include "../common/ray.h"
#include "../common/point_query.h"

namespace embree
{
  namespace isa
  {
    struct InstanceIntersector1
    {};

    struct InstanceIntersector1MB
    {};

    template<int K>
      struct InstanceIntersectorK
    {};

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