|
Blender V5.0
|
#include <DRW_pbvh.hh>
Public Member Functions | |
| BLI_STRUCT_EQUALITY_OPERATORS_2 (ViewportRequest, attributes, use_coarse_grids) | |
| uint64_t | hash () const |
Public Attributes | |
| Vector< AttributeRequest > | attributes |
| bool | use_coarse_grids |
Definition at line 50 of file DRW_pbvh.hh.
| blender::draw::pbvh::ViewportRequest::BLI_STRUCT_EQUALITY_OPERATORS_2 | ( | ViewportRequest | , |
| attributes | , | ||
| use_coarse_grids | ) |
References attributes, and use_coarse_grids.
| uint64_t blender::draw::pbvh::ViewportRequest::hash | ( | ) | const |
Definition at line 58 of file draw_pbvh.cc.
References attributes, blender::get_default_hash(), and use_coarse_grids.
| Vector<AttributeRequest> blender::draw::pbvh::ViewportRequest::attributes |
Definition at line 51 of file DRW_pbvh.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_2(), blender::draw::pbvh::DrawCacheImpl::ensure_tris_batches(), and hash().
| bool blender::draw::pbvh::ViewportRequest::use_coarse_grids |
Definition at line 52 of file DRW_pbvh.hh.
Referenced by BLI_STRUCT_EQUALITY_OPERATORS_2(), blender::draw::pbvh::DrawCacheImpl::ensure_lines_batches(), blender::draw::pbvh::DrawCacheImpl::ensure_tris_batches(), and hash().