Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_cache_impl.h
| Show First 20 Lines • Show All 131 Lines • ▼ Show 20 Lines | |||||
| * \return A pointer to location where the texture will be | * \return A pointer to location where the texture will be | ||||
| * stored, which will be filled by #DRW_shgroup_curves_create_sub. | * stored, which will be filled by #DRW_shgroup_curves_create_sub. | ||||
| */ | */ | ||||
| struct GPUVertBuf **DRW_curves_texture_for_evaluated_attribute(struct Curves *curves, | struct GPUVertBuf **DRW_curves_texture_for_evaluated_attribute(struct Curves *curves, | ||||
| const char *name, | const char *name, | ||||
| bool *r_is_point_domain); | bool *r_is_point_domain); | ||||
| struct GPUBatch *DRW_curves_batch_cache_get_edit_points(struct Curves *curves); | struct GPUBatch *DRW_curves_batch_cache_get_edit_points(struct Curves *curves); | ||||
| struct GPUBatch *DRW_curves_batch_cache_get_edit_lines(struct Curves *curves); | |||||
| void DRW_curves_batch_cache_create_requested(struct Object *ob); | void DRW_curves_batch_cache_create_requested(struct Object *ob); | ||||
| /** \} */ | /** \} */ | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /** \name PointCloud | /** \name PointCloud | ||||
| * \{ */ | * \{ */ | ||||
| ▲ Show 20 Lines • Show All 188 Lines • Show Last 20 Lines | |||||