MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / PopTextureID

Method PopTextureID

lib/imgui/imgui_draw.cpp:529–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void ImDrawList::PopTextureID()
530{
531 IM_ASSERT(_TextureIdStack.Size > 0);
532 _TextureIdStack.pop_back();
533 UpdateTextureID();
534}
535
536// Reserve space for a number of vertices and indices.
537// 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