|
Blender V4.3
|
#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 60 of file DRW_pbvh.hh.
| blender::draw::pbvh::ViewportRequest::BLI_STRUCT_EQUALITY_OPERATORS_2 | ( | ViewportRequest | , |
| attributes | , | ||
| use_coarse_grids | ) |
| uint64_t blender::draw::pbvh::ViewportRequest::hash | ( | ) | const |
Definition at line 55 of file draw_pbvh.cc.
References blender::get_default_hash(), and use_coarse_grids.
| Vector<AttributeRequest> blender::draw::pbvh::ViewportRequest::attributes |
Definition at line 61 of file DRW_pbvh.hh.
Referenced by blender::draw::pbvh::DrawCacheImpl::ensure_tris_batches().
| bool blender::draw::pbvh::ViewportRequest::use_coarse_grids |
Definition at line 62 of file DRW_pbvh.hh.
Referenced by blender::draw::pbvh::DrawCacheImpl::ensure_lines_batches(), blender::draw::pbvh::DrawCacheImpl::ensure_tris_batches(), and hash().