Blender V4.3
select_private.hh File Reference
#include "DRW_render.hh"

Go to the source code of this file.

Classes

struct  SELECTID_StorageList
 
struct  SELECTID_PassList
 
struct  SELECTID_Data
 
struct  SELECTID_Shaders
 
struct  SELECTID_PrivateData
 

Macros

#define USE_CAGE_OCCLUSION
 

Functions

short select_id_get_object_select_mode (Scene *scene, Object *ob)
 
void select_id_draw_object (void *vedata, View3D *v3d, Object *ob, short select_mode, uint initial_offset, uint *r_vert_offset, uint *r_edge_offset, uint *r_face_offset)
 

Macro Definition Documentation

◆ USE_CAGE_OCCLUSION

#define USE_CAGE_OCCLUSION

Definition at line 11 of file select_private.hh.

Function Documentation

◆ select_id_draw_object()

void select_id_draw_object ( void * vedata,
View3D * v3d,
Object * ob,
short select_mode,
uint initial_offset,
uint * r_vert_offset,
uint * r_edge_offset,
uint * r_face_offset )

◆ select_id_get_object_select_mode()