Blender  V3.3
draw_view.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later
2  * Copyright 2016 Blender Foundation. */
3 
8 #pragma once
9 
10 struct ARegion;
11 
12 void DRW_draw_region_info(void);
14 void DRW_draw_cursor(void);
15 void DRW_draw_cursor_2d(void);
16 void DRW_draw_gizmo_3d(void);
17 void DRW_draw_gizmo_2d(void);
void DRW_draw_cursor(void)
Definition: draw_view.c:91
void DRW_draw_cursor_2d(void)
Definition: draw_view.c:257
void DRW_draw_gizmo_2d(void)
Definition: draw_view.c:287
void DRW_draw_region_info(void)
Definition: draw_view.c:38
void DRW_draw_gizmo_3d(void)
Definition: draw_view.c:276
void DRW_clear_background(void)