MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / PushTextureID

Method PushTextureID

Dependencies/ImGui/src/imgui_draw.cpp:656–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

654}
655
656void ImDrawList::PushTextureID(ImTextureID texture_id)
657{
658 _TextureIdStack.push_back(texture_id);
659 _CmdHeader.TextureId = texture_id;
660 _OnChangedTextureID();
661}
662
663void ImDrawList::PopTextureID()
664{

Callers 3

RenderMouseCursorMethod · 0.80
GetViewportBgFgDrawListFunction · 0.80
BeginMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected