Blender V5.0
wm_draw.hh File Reference

Go to the source code of this file.

Classes

struct  wmDrawBuffer

Namespaces

namespace  blender
namespace  blender::gpu

Functions

void wm_draw_update (bContext *C)
void wm_draw_region_clear (wmWindow *win, ARegion *region)
void wm_draw_region_blend (ARegion *region, int view, bool blend)
void wm_draw_region_test (bContext *C, ScrArea *area, ARegion *region)
blender::gpu::Texturewm_draw_region_texture (ARegion *region, int view)

Function Documentation

◆ wm_draw_region_blend()

◆ wm_draw_region_clear()

void wm_draw_region_clear ( wmWindow * win,
ARegion * region )

Definition at line 1671 of file wm_draw.cc.

References bScreen::do_draw, and WM_window_get_active_screen().

Referenced by ui_region_temp_remove().

◆ wm_draw_region_test()

◆ wm_draw_region_texture()

blender::gpu::Texture * wm_draw_region_texture ( ARegion * region,
int view )

◆ wm_draw_update()