|
Blender V4.3
|
Public Member Functions | |
| MutableSpan< bool > | write_buffer (int count) |
| Span< bool > | read_buffer (int count) |
Public Attributes | |
| Array< bool > | front |
| Array< bool > | back |
Definition at line 858 of file paint_hide.cc.
Definition at line 867 of file paint_hide.cc.
References blender::Array< T, InlineBufferCapacity, Allocator >::as_span(), count, and front.
|
inline |
Definition at line 862 of file paint_hide.cc.
References blender::Array< T, InlineBufferCapacity, Allocator >::as_mutable_span(), count, and front.
| Array<bool> blender::ed::sculpt_paint::hide::DualBuffer::back |
Definition at line 860 of file paint_hide.cc.
Referenced by blender::ed::sculpt_paint::hide::grow_shrink_visibility_mesh().
| Array<bool> blender::ed::sculpt_paint::hide::DualBuffer::front |
Definition at line 859 of file paint_hide.cc.
Referenced by read_buffer(), and write_buffer().