|
Blender V5.0
|
Utilities for rendering attributes. More...
#include <string>#include "DNA_customdata_types.h"#include "BLI_string_ref.hh"#include "BLI_sys_types.h"#include "BLI_vector_set.hh"Go to the source code of this file.
Classes | |
| struct | blender::draw::DRW_MeshCDMask |
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| 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) |
Utilities for rendering attributes.
Definition in file draw_attributes.hh.