Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2022-01-25 11:34:35 +0300
committerJeroen Bakker <jeroen@blender.org>2022-01-25 11:34:35 +0300
commit699dac822a330f5cfc5225989c03196ce48a080d (patch)
treee73cc2710a5338d1fd44b7b386960d72aa9f6e5f /source/blender/nodes/NOD_texture.h
parent43a4948e6d08fb1c03197d261cddc2dcff0ba0f0 (diff)
parent1b1693d43f125e8b542bc298dcc6e5360c2a4d11 (diff)
Merge branch 'master' into temp-T94185-id-remapper-ui
Diffstat (limited to 'source/blender/nodes/NOD_texture.h')
-rw-r--r--source/blender/nodes/NOD_texture.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source/blender/nodes/NOD_texture.h b/source/blender/nodes/NOD_texture.h
index af59fefd925..c08bc814915 100644
--- a/source/blender/nodes/NOD_texture.h
+++ b/source/blender/nodes/NOD_texture.h
@@ -74,6 +74,22 @@ void register_node_type_tex_proc_noise(void);
void register_node_type_tex_proc_stucci(void);
void register_node_type_tex_proc_distnoise(void);
+void ntreeTexCheckCyclics(struct bNodeTree *ntree);
+struct bNodeTreeExec *ntreeTexBeginExecTree(struct bNodeTree *ntree);
+void ntreeTexEndExecTree(struct bNodeTreeExec *exec);
+int ntreeTexExecTree(struct bNodeTree *ntree,
+ struct TexResult *target,
+ const float co[3],
+ float dxt[3],
+ float dyt[3],
+ int osatex,
+ short thread,
+ const struct Tex *tex,
+ short which_output,
+ int cfra,
+ int preview,
+ struct MTex *mtex);
+
#ifdef __cplusplus
}
#endif