godot/thirdparty/embree/kernels/builders/priminfo_mb.h

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

#pragma once

#include "primref_mb.h"

namespace embree
{
    /*! stores bounding information for a set of primitives */
    template<typename BBox>
      class PrimInfoMBT : public CentGeom<BBox>
    {};

    PrimInfoMB;

    struct SetMB : public PrimInfoMB
    {};
//}
}