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

Method PopClipRect

ImGUI GLFW Tutorial/imgui/imgui.cpp:4371–4376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4369}
4370
4371void ImGui::PopClipRect()
4372{
4373 ImGuiWindow* window = GetCurrentWindow();
4374 window->DrawList->PopClipRect();
4375 window->ClipRect = window->DrawList->_ClipRectStack.back();
4376}
4377
4378// This is normally called by Render(). You may want to call it directly if you want to avoid calling Render() but the gain will be very minimal.
4379void ImGui::EndFrame()

Callers 6

EndTableMethod · 0.45
TableDrawBordersMethod · 0.45
RenderNavHighlightMethod · 0.45
AcceptDragDropPayloadMethod · 0.45
ShowDemoWindowLayoutFunction · 0.45

Calls 1

GetCurrentWindowFunction · 0.70

Tested by

no test coverage detected