Blender  V3.3
BKE_subdiv_topology.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2019 Blender Foundation. All rights reserved. */
3 
8 #pragma once
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 struct Subdiv;
15 
16 int BKE_subdiv_topology_num_fvar_layers_get(const struct Subdiv *subdiv);
17 
18 #ifdef __cplusplus
19 }
20 #endif
int BKE_subdiv_topology_num_fvar_layers_get(const struct Subdiv *subdiv)