MCPcopy Create free account
hub / github.com/SFML/imgui-sfml / Render

Function Render

imgui-SFML.cpp:567–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void Render(sf::RenderWindow& window)
568{
569 SetCurrentWindow(window);
570 Render(static_cast<sf::RenderTarget&>(window));
571}
572
573void Render(sf::RenderTarget& target)
574{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 2

SetCurrentWindowFunction · 0.85
RenderDrawListsFunction · 0.85

Tested by

no test coverage detected