Blender V4.3
draw_attributes.cc File Reference
#include "BLI_string.h"
#include "BKE_attribute.hh"
#include "BKE_customdata.hh"
#include "draw_attributes.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::draw
 

Functions

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)