MCPcopy Create free account
hub / github.com/crownengine/crown / light_debug_draw

Method light_debug_draw

src/world/render_world.cpp:738–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738void RenderWorld::light_debug_draw(LightId light, DebugLine &dl)
739{
740 CE_ASSERT(light.i < _light_manager._data.size, "Index out of bounds");
741 _light_manager.debug_draw(light.i, 1, dl);
742}
743
744void RenderWorld::fog_create_instances(const void *components_data
745 , u32 num

Callers 1

load_apiFunction · 0.80

Calls 1

debug_drawMethod · 0.45

Tested by

no test coverage detected