godot/thirdparty/embree/kernels/subdiv/catmullclark_coefficients.h

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

#pragma once

#include "../common/geometry.h"

namespace embree
{
  static const size_t MAX_PATCH_VALENCE =;         //!< maximum number of vertices of a patch
  static const size_t MAX_RING_FACE_VALENCE =;     //!< maximum number of faces per ring
  static const size_t MAX_RING_EDGE_VALENCE =;   //!< maximum number of edges per ring

  class CatmullClarkPrecomputedCoefficients 
  {};
}