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

Function bloom_dump_shadow_map

native/ios/src/lib.rs:2821–2824  ·  view source on GitHub ↗
(path_ptr: *const u8)

Source from the content-addressed store, hash-verified

2819
2820#[no_mangle]
2821pub extern "C" fn bloom_dump_shadow_map(path_ptr: *const u8) {
2822 let path = str_from_header(path_ptr).to_string();
2823 engine().renderer.dump_shadow_map(&path);
2824}
2825
2826#[no_mangle]
2827pub extern "C" fn bloom_enable_postfx() {

Callers 1

dumpShadowMapFunction · 0.50

Calls 3

str_from_headerFunction · 0.85
dump_shadow_mapMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected