godot/thirdparty/embree/kernels/common/accelset.cpp

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

#include "accelset.h"
#include "scene.h"

namespace embree
{
  AccelSet::AccelSet (Device* device, Geometry::GType gtype, size_t numItems, size_t numTimeSteps) 
    :{}

  AccelSet::IntersectorN::IntersectorN (ErrorFunc error) 
    :{}
  
  AccelSet::IntersectorN::IntersectorN (IntersectFuncN intersect, OccludedFuncN occluded, const char* name)
    :{}
}