Blender  V3.3
blender/texture.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #ifndef __BLENDER_TEXTURE_H__
5 #define __BLENDER_TEXTURE_H__
6 
7 #include "blender/sync.h"
8 #include <stdlib.h>
9 
11 
13  BL::ShaderNodeTexPointDensity &b_point_density_node,
14  float3 &loc,
15  float3 &size);
16 
18 
19 #endif /* __BLENDER_TEXTURE_H__ */
struct Depsgraph Depsgraph
Definition: DEG_depsgraph.h:35
CCL_NAMESPACE_BEGIN void point_density_texture_space(BL::Depsgraph &b_depsgraph, BL::ShaderNodeTexPointDensity &b_point_density_node, float3 &loc, float3 &size)
Definition: texture.cpp:26
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
Definition: btDbvt.cpp:52
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9