Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ create_debug_line
Method
create_debug_line
src/world/world.cpp:814–817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
812
}
813
814
DebugLine *World::create_debug_line(bool depth_test)
815
{
816
return debug_line::create(*_allocator, *_pipeline, depth_test);
817
}
818
819
void World::destroy_debug_line(DebugLine &line)
820
{
Callers
1
load_api
Function · 0.80
Calls
1
create
Function · 0.70
Tested by
no test coverage detected