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:
Diffstat (limited to 'source/blender/render/RE_render_ext.h')
-rw-r--r--source/blender/render/RE_render_ext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/render/RE_render_ext.h b/source/blender/render/RE_render_ext.h
index 76812840c91..28a22399892 100644
--- a/source/blender/render/RE_render_ext.h
+++ b/source/blender/render/RE_render_ext.h
@@ -35,7 +35,7 @@ struct MTex;
extern "C" {
#endif
-/* render_texture.c */
+/* texture_procedural.c */
bool RE_texture_evaluate(const struct MTex *mtex,
const float vec[3],
const int thread,
@@ -53,10 +53,10 @@ float texture_value_blend(float tex, float out, float fact, float facg, int blen
void RE_texture_rng_init(void);
void RE_texture_rng_exit(void);
-/* imagetexture.c */
+/* texture_image.c */
void ibuf_sample(struct ImBuf *ibuf, float fx, float fy, float dx, float dy, float result[4]);
-/* pointdensity.c */
+/* texture_pointdensity.c */
struct PointDensity;
void RE_point_density_cache(struct Depsgraph *depsgraph, struct PointDensity *pd);