MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / PushTextureID

Method PushTextureID

KBotExt/imgui/imgui_draw.cpp:602–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602void ImDrawList::PushTextureID(ImTextureID texture_id)
603{
604 _TextureIdStack.push_back(texture_id);
605 _CmdHeader.TextureId = texture_id;
606 _OnChangedTextureID();
607}
608
609void ImDrawList::PopTextureID()
610{

Callers 4

RenderMouseCursorMethod · 0.80
GetViewportBgFgDrawListFunction · 0.80
BeginMethod · 0.80
PushFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected