|
Blender
V3.3
|
#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 20 of file select_private.h.
| struct DRWPass* SELECTID_PassList::depth_only_pass |
Definition at line 21 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 23 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 22 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 24 of file select_private.h.
Referenced by select_cache_init(), and select_draw_scene().