Blender V4.3
evaluator_cache_impl.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2021 Blender Foundation
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#ifndef OPENSUBDIV_EVALUATOR_CACHE_IMPL_H_
6#define OPENSUBDIV_EVALUATOR_CACHE_IMPL_H_
7
9
11
20
22 eOpenSubdivEvaluator evaluator_type);
23
25
26#endif // OPENSUBDIV_EVALUATOR_CACHE_IMPL_H_
OpenSubdiv_EvaluatorCacheImpl * openSubdiv_createEvaluatorCacheInternal(eOpenSubdivEvaluator evaluator_type)
void openSubdiv_deleteEvaluatorCacheInternal(OpenSubdiv_EvaluatorCacheImpl *evaluator_cache)
eOpenSubdivEvaluator
MEM_CXX_CLASS_ALLOC_FUNCS("OpenSubdiv_EvaluatorCacheImpl")