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

Function bloom_enable_shadows

native/linux/src/lib.rs:2141–2143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2139
2140#[no_mangle]
2141pub extern "C" fn bloom_enable_shadows() {
2142 engine().renderer.shadow_map.enable();
2143}
2144
2145#[no_mangle]
2146pub extern "C" fn bloom_disable_shadows() {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70
enableMethod · 0.45

Tested by

no test coverage detected