MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / PushTextureID

Method PushTextureID

ImGUI GLFW Tutorial/imgui/imgui_draw.cpp:597–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595}
596
597void ImDrawList::PushTextureID(ImTextureID texture_id)
598{
599 _TextureIdStack.push_back(texture_id);
600 _CmdHeader.TextureId = texture_id;
601 _OnChangedTextureID();
602}
603
604void ImDrawList::PopTextureID()
605{

Callers 4

GetViewportDrawListFunction · 0.45
BeginMethod · 0.45
PushFontMethod · 0.45
RenderMouseCursorMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected