MCPcopy 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
814DebugLine *World::create_debug_line(bool depth_test)
815{
816 return debug_line::create(*_allocator, *_pipeline, depth_test);
817}
818
819void World::destroy_debug_line(DebugLine &line)
820{

Callers 1

load_apiFunction · 0.80

Calls 1

createFunction · 0.70

Tested by

no test coverage detected