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

Method PopTextureID

KBotExt/imgui/imgui_draw.cpp:609–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609void ImDrawList::PopTextureID()
610{
611 _TextureIdStack.pop_back();
612 _CmdHeader.TextureId = (_TextureIdStack.Size == 0) ? (ImTextureID)NULL : _TextureIdStack.Data[_TextureIdStack.Size - 1];
613 _OnChangedTextureID();
614}
615
616// Reserve space for a number of vertices and indices.
617// You must finish filling your reserved data before calling PrimReserve() again, as it may reallocate or

Callers 2

RenderMouseCursorMethod · 0.80
PopFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected