Blender V5.0
draw_attributes.cc File Reference
#include "BKE_customdata.hh"
#include "GPU_shader.hh"
#include "draw_attributes.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::draw

Functions

void blender::draw::drw_attributes_merge (VectorSet< std::string > *dst, const VectorSet< std::string > *src)
bool blender::draw::drw_attributes_overlap (const VectorSet< std::string > *a, const VectorSet< std::string > *b)
void blender::draw::drw_attributes_add_request (VectorSet< std::string > *attrs, const StringRef name)
bool blender::draw::drw_custom_data_match_attribute (const CustomData &custom_data, const StringRef name, int *r_layer_index, eCustomDataType *r_type)