MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / set_dirty

Method set_dirty

framework/drawer.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Drawer::set_dirty(bool dirty)
34{
35 this->dirty = dirty;
36}
37
38bool Drawer::header(const char *caption)
39{

Callers 3

updateMethod · 0.80
on_update_ui_overlayMethod · 0.80
on_update_ui_overlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected