|
Blender V4.3
|
#include <draw_pass.hh>
Public Member Functions | |
| void | clear () |
| int64_t | append_and_get_index (T &&elem) |
| T & | operator[] (int64_t index) |
| const T & | operator[] (int64_t index) const |
Special container that never moves allocated items and has fast indexing.
Definition at line 86 of file draw_pass.hh.
|
inline |
Definition at line 96 of file draw_pass.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::append(), blender::Vector< T, InlineBufferCapacity, Allocator >::is_empty(), blender::Vector< T, InlineBufferCapacity, Allocator >::last(), and blender::Vector< T, InlineBufferCapacity, Allocator >::size().
Referenced by blender::draw::detail::PassBase< DrawCommandBufType >::sub().
|
inline |
Definition at line 91 of file draw_pass.hh.
References blender::Vector< T, InlineBufferCapacity, Allocator >::clear().
Referenced by blender::draw::detail::Pass< DrawCommandBufType >::init().
|
inline |
Definition at line 106 of file draw_pass.hh.
|
inline |
Definition at line 111 of file draw_pass.hh.