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:
authorHans Goudey <h.goudey@me.com>2022-03-31 02:25:06 +0300
committerHans Goudey <h.goudey@me.com>2022-03-31 02:25:06 +0300
commit8466fd4bd1fe0f07b272e6d54b0b3404448a92b4 (patch)
tree7d956b713e02e088278c1fdc9d7849b58999dc34 /source/blender/draw/intern/draw_hair_private.h
parent4edde244da3371f098e44fcf814e9be3a7485b3f (diff)
Cleanup: Curves draw cache renaming, use references
Also change some remaining cases of "hair object" to "curves object".
Diffstat (limited to 'source/blender/draw/intern/draw_hair_private.h')
-rw-r--r--source/blender/draw/intern/draw_hair_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/draw/intern/draw_hair_private.h b/source/blender/draw/intern/draw_hair_private.h
index 98a55d76373..58e8609106b 100644
--- a/source/blender/draw/intern/draw_hair_private.h
+++ b/source/blender/draw/intern/draw_hair_private.h
@@ -91,11 +91,11 @@ bool particles_ensure_procedural_data(struct Object *object,
/**
* Ensure all textures and buffers needed for GPU accelerated drawing.
*/
-bool hair_ensure_procedural_data(struct Object *object,
- struct ParticleHairCache **r_hair_cache,
- struct GPUMaterial *gpu_material,
- int subdiv,
- int thickness_res);
+bool curves_ensure_procedural_data(struct Object *object,
+ struct ParticleHairCache **r_hair_cache,
+ struct GPUMaterial *gpu_material,
+ int subdiv,
+ int thickness_res);
#ifdef __cplusplus
}