MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_dump_shadow_map

Function bloom_dump_shadow_map

native/linux/src/lib.rs:2151–2154  ·  view source on GitHub ↗
(path_ptr: *const u8)

Source from the content-addressed store, hash-verified

2149
2150#[no_mangle]
2151pub extern "C" fn bloom_dump_shadow_map(path_ptr: *const u8) {
2152 let path = str_from_header(path_ptr).to_string();
2153 engine().renderer.dump_shadow_map(&path);
2154}
2155
2156// ============================================================
2157// Post-processing

Callers

nothing calls this directly

Calls 3

str_from_headerFunction · 0.85
dump_shadow_mapMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected