|
Blender V5.0
|
#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.
| block_size | Numbers of element of type T to allocate together. |
Definition at line 91 of file draw_pass.hh.
|
inline |
Definition at line 101 of file draw_pass.hh.
Referenced by blender::draw::gpencil::grease_pencil_layer_cache_add().
|
inline |
Definition at line 96 of file draw_pass.hh.
Referenced by blender::draw::detail::Pass< command::DrawCommandBuf >::init().
|
inline |
Definition at line 111 of file draw_pass.hh.
|
inline |
Definition at line 116 of file draw_pass.hh.