MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / PushTextureID

Method PushTextureID

TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:614–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void ImDrawList::PushTextureID(ImTextureID texture_id)
615{
616 _TextureIdStack.push_back(texture_id);
617 _CmdHeader.TextureId = texture_id;
618 _OnChangedTextureID();
619}
620
621void ImDrawList::PopTextureID()
622{

Callers 4

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

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected