// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "catmullclark_patch.h" #include "bspline_curve.h" namespace embree { template<typename Vertex, typename Vertex_t = Vertex> class __aligned(64) BSplinePatchT { … }; BSplinePatch3fa; }