MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / PopTextureID

Method PopTextureID

plugins/Cardinal/src/DearImGui/imgui_draw.cpp:621–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void ImDrawList::PopTextureID()
622{
623 _TextureIdStack.pop_back();
624 _CmdHeader.TextureId = (_TextureIdStack.Size == 0) ? (ImTextureID)NULL : _TextureIdStack.Data[_TextureIdStack.Size - 1];
625 _OnChangedTextureID();
626}
627
628// Reserve space for a number of vertices and indices.
629// You must finish filling your reserved data before calling PrimReserve() again, as it may reallocate or

Callers 2

PopFontMethod · 0.80
RenderMouseCursorMethod · 0.80

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected