Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
567
void Render(sf::RenderWindow& window)
568
{
569
SetCurrentWindow(window);
570
Render(static_cast<sf::RenderTarget&>(window));
571
}
572
573
void Render(sf::RenderTarget& target)
574
{
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
2
SetCurrentWindow
Function · 0.85
RenderDrawLists
Function · 0.85
Tested by
no test coverage detected