Blender
V5.0
intern
opensubdiv
stub
opensubdiv_evaluator_stub.cc
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2018 Blender Foundation
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later
4
*
5
* Author: Sergey Sharybin. */
6
7
#include "
opensubdiv_evaluator_capi.hh
"
8
9
#include <cstddef>
10
11
OpenSubdiv_EvaluatorCache
*
openSubdiv_createEvaluatorCache
(
eOpenSubdivEvaluator
/*evaluator_type*/
)
12
{
13
return
nullptr
;
14
}
15
16
void
openSubdiv_deleteEvaluatorCache
(
OpenSubdiv_EvaluatorCache
*
/*evaluator_cache*/
) {}
17
18
const
char
*
openSubdiv_getGLSLPatchBasisSource
()
19
{
20
return
nullptr
;
21
}
eOpenSubdivEvaluator
eOpenSubdivEvaluator
Definition
opensubdiv_capi_type.hh:7
opensubdiv_evaluator_capi.hh
openSubdiv_getGLSLPatchBasisSource
const char * openSubdiv_getGLSLPatchBasisSource()
Definition
opensubdiv_evaluator_stub.cc:18
openSubdiv_deleteEvaluatorCache
void openSubdiv_deleteEvaluatorCache(OpenSubdiv_EvaluatorCache *)
Definition
opensubdiv_evaluator_stub.cc:16
openSubdiv_createEvaluatorCache
OpenSubdiv_EvaluatorCache * openSubdiv_createEvaluatorCache(eOpenSubdivEvaluator)
Definition
opensubdiv_evaluator_stub.cc:11
OpenSubdiv_EvaluatorCache
Definition
opensubdiv_evaluator_capi.hh:22
Generated on
for Blender by
doxygen
1.16.1