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