MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / PushTextureID

Method PushTextureID

lib/imgui/imgui_draw.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523void ImDrawList::PushTextureID(ImTextureID texture_id)
524{
525 _TextureIdStack.push_back(texture_id);
526 UpdateTextureID();
527}
528
529void ImDrawList::PopTextureID()
530{

Callers 4

NewFrameMethod · 0.80
BeginMethod · 0.80
PushFontMethod · 0.80
RenderMouseCursorMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected