MCPcopy Create free account
hub / github.com/RenderKit/embree / PushTextureID

Method PushTextureID

tutorials/common/imgui/imgui_draw.cpp:599–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

RenderMouseCursorMethod · 0.80
GetViewportDrawListFunction · 0.80
BeginMethod · 0.80
PushFontMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected