|
Blender V4.3
|
#include <DRW_pbvh.hh>
Public Member Functions | |
| GenericRequest (const StringRef name, const eCustomDataType type, const bke::AttrDomain domain) | |
| BLI_STRUCT_EQUALITY_OPERATORS_3 (GenericRequest, type, domain, name) | |
Public Attributes | |
| std::string | name |
| eCustomDataType | type |
| bke::AttrDomain | domain |
Definition at line 39 of file DRW_pbvh.hh.
|
inline |
Definition at line 44 of file DRW_pbvh.hh.
| blender::draw::pbvh::GenericRequest::BLI_STRUCT_EQUALITY_OPERATORS_3 | ( | GenericRequest | , |
| type | , | ||
| domain | , | ||
| name | ) |
| bke::AttrDomain blender::draw::pbvh::GenericRequest::domain |
Definition at line 43 of file DRW_pbvh.hh.
Referenced by DRW_shgroup_call_sculpt(), blender::draw::pbvh::fill_vbos_bmesh(), blender::draw::pbvh::fill_vbos_mesh(), blender::draw::pbvh::pbvh_attr_supported(), and blender::draw::sculpt_batches_get().
| std::string blender::draw::pbvh::GenericRequest::name |
Definition at line 41 of file DRW_pbvh.hh.
Referenced by DRW_shgroup_call_sculpt_with_materials(), blender::draw::pbvh::fill_vbos_bmesh(), blender::draw::pbvh::fill_vbos_mesh(), blender::draw::pbvh::format_for_request(), and blender::draw::sculpt_batches_per_material_get().
| eCustomDataType blender::draw::pbvh::GenericRequest::type |
Definition at line 42 of file DRW_pbvh.hh.
Referenced by blender::draw::pbvh::fill_vbos_bmesh(), blender::draw::pbvh::fill_vbos_mesh(), blender::draw::pbvh::format_for_request(), and blender::draw::pbvh::pbvh_attr_supported().