MCPcopy Create free account
hub / github.com/Veerzeng/GraphicAlgorithm / UpdateClipRect

Method UpdateClipRect

SDK/imgui_master/imgui_draw.cpp:419–436  ·  view source on GitHub ↗

Our scheme may appears a bit unusual, basically we want the most-common calls AddLine AddRect etc. to not have to perform any check so we always have a command ready in the stack. The cost of figuring out if a new command has to be added or if we can merge is paid in those Update** functions only.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected