|
Blender V4.3
|
#include <DRW_select_buffer.hh>
Public Attributes | |
| DrawData | dd |
| uint | drawn_index |
| bool | in_pass |
| bool | is_drawn |
Definition at line 25 of file DRW_select_buffer.hh.
| DrawData SELECTID_ObjectData::dd |
Definition at line 26 of file DRW_select_buffer.hh.
| uint SELECTID_ObjectData::drawn_index |
Definition at line 28 of file DRW_select_buffer.hh.
Referenced by DRW_select_buffer_context_offset_for_object_elem(), select_cache_init(), and select_cache_populate().
| bool SELECTID_ObjectData::in_pass |
Definition at line 31 of file DRW_select_buffer.hh.
Referenced by select_cache_init(), and select_cache_populate().
| bool SELECTID_ObjectData::is_drawn |
Definition at line 34 of file DRW_select_buffer.hh.
Referenced by select_cache_init(), select_cache_populate(), and select_draw_scene().