Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ draw
Method
draw
Source/HUD/Debug.cpp:26–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void Debug_HUD::draw(Renderer::Master& master)
27
{
28
for (auto& sect : m_debugSectors)
29
{
30
drawSection(sect, master);
31
}
32
}
33
34
void Debug_HUD::drawSection(Section& section, Renderer::Master& master)
35
{
Callers
1
drawSection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected