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

Function bloom_dump_shadow_map

native/android/src/lib.rs:1834–1837  ·  view source on GitHub ↗
(path_ptr: *const u8)

Source from the content-addressed store, hash-verified

1832
1833#[no_mangle]
1834pub extern "C" fn bloom_dump_shadow_map(path_ptr: *const u8) {
1835 let path = str_from_header(path_ptr).to_string();
1836 engine().renderer.dump_shadow_map(&path);
1837}
1838
1839#[no_mangle]
1840pub extern "C" fn bloom_enable_postfx() {

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