Blender V4.3
blender/texture.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#ifndef __BLENDER_TEXTURE_H__
6#define __BLENDER_TEXTURE_H__
7
8#include "blender/sync.h"
9#include <stdlib.h>
10
12
13void point_density_texture_space(BL::Depsgraph &b_depsgraph,
14 BL::ShaderNodeTexPointDensity &b_point_density_node,
15 float3 &loc,
16 float3 &size);
17
19
20#endif /* __BLENDER_TEXTURE_H__ */
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:30
#define CCL_NAMESPACE_END