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

Function bloom_scene_set_receive_shadow

native/android/src/lib.rs:2188–2190  ·  view source on GitHub ↗
(handle: f64, receive: f64)

Source from the content-addressed store, hash-verified

2186
2187#[no_mangle]
2188pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) {
2189 engine().scene.set_receive_shadow(handle, receive != 0.0);
2190}
2191
2192#[no_mangle]
2193pub extern "C" fn bloom_scene_set_transform(handle: f64, mat_ptr: *const f64) {

Callers

nothing calls this directly

Calls 2

set_receive_shadowMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected