// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "../geometry/primitive.h" #include "../subdiv/subdivpatch1base.h" namespace embree { struct __aligned(64) SubdivPatch1 : public SubdivPatch1Base { … }; }