Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/DRW_engine.h
| Show First 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | void DRW_draw_depth_loop(struct Depsgraph *depsgraph, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| struct View3D *v3d, | struct View3D *v3d, | ||||
| struct GPUViewport *viewport, | struct GPUViewport *viewport, | ||||
| bool use_opengl_context); | bool use_opengl_context); | ||||
| void DRW_draw_depth_loop_gpencil(struct Depsgraph *depsgraph, | void DRW_draw_depth_loop_gpencil(struct Depsgraph *depsgraph, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| struct View3D *v3d, | struct View3D *v3d, | ||||
| struct GPUViewport *viewport); | struct GPUViewport *viewport); | ||||
| void DRW_draw_depth_object(struct ARegion *region, | void DRW_draw_depth_object(struct Scene *scene, | ||||
| struct ARegion *region, | |||||
| struct View3D *v3d, | struct View3D *v3d, | ||||
| struct GPUViewport *viewport, | struct GPUViewport *viewport, | ||||
| struct Object *object); | struct Object *object); | ||||
| void DRW_draw_select_id(struct Depsgraph *depsgraph, | void DRW_draw_select_id(struct Depsgraph *depsgraph, | ||||
| struct ARegion *region, | struct ARegion *region, | ||||
| struct View3D *v3d, | struct View3D *v3d, | ||||
| const struct rcti *rect); | const struct rcti *rect); | ||||
| ▲ Show 20 Lines • Show All 43 Lines • Show Last 20 Lines | |||||