Go to the source code of this file.
|
| static bool | blender::draw::drw_attributes_has_request (const DRW_Attributes *requests, const DRW_AttributeRequest &req) |
| |
| static void | blender::draw::drw_attributes_merge_requests (const DRW_Attributes *src_requests, DRW_Attributes *dst_requests) |
| |
| void | blender::draw::drw_attributes_clear (DRW_Attributes *attributes) |
| |
| void | blender::draw::drw_attributes_merge (DRW_Attributes *dst, const DRW_Attributes *src, std::mutex &render_mutex) |
| |
| bool | blender::draw::drw_attributes_overlap (const DRW_Attributes *a, const DRW_Attributes *b) |
| |
| void | blender::draw::drw_attributes_add_request (DRW_Attributes *attrs, const char *name, const eCustomDataType type, const int layer_index, const blender::bke::AttrDomain domain) |
| |
| bool | blender::draw::drw_custom_data_match_attribute (const CustomData &custom_data, const char *name, int *r_layer_index, eCustomDataType *r_type) |
| |