MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / PushTextureID

Method PushTextureID

extern/imgui/imgui_draw.cpp:608–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608void ImDrawList::PushTextureID(ImTextureID texture_id)
609{
610 _TextureIdStack.push_back(texture_id);
611 _CmdHeader.TextureId = texture_id;
612 _OnChangedTextureID();
613}
614
615void ImDrawList::PopTextureID()
616{

Callers 4

RenderMouseCursorMethod · 0.80
GetViewportDrawListFunction · 0.80
BeginMethod · 0.80
PushFontMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected