|
Blender
V2.93
|
#include <select_private.h>
Public Attributes | |
| struct DRWPass * | depth_only_pass |
| struct DRWPass * | select_id_face_pass |
| struct DRWPass * | select_id_edge_pass |
| struct DRWPass * | select_id_vert_pass |
Definition at line 35 of file select_private.h.
| struct DRWPass* SELECTID_PassList::depth_only_pass |
Definition at line 36 of file select_private.h.
Referenced by select_cache_init(), and select_draw_scene().
| struct DRWPass* SELECTID_PassList::select_id_edge_pass |
Definition at line 38 of file select_private.h.
Referenced by select_cache_init(), and select_draw_scene().
| struct DRWPass* SELECTID_PassList::select_id_face_pass |
Definition at line 37 of file select_private.h.
Referenced by select_cache_init(), and select_draw_scene().
| struct DRWPass* SELECTID_PassList::select_id_vert_pass |
Definition at line 39 of file select_private.h.
Referenced by select_cache_init(), and select_draw_scene().