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

Function bloom_scene_set_cast_shadow

native/linux/src/lib.rs:1935–1937  ·  view source on GitHub ↗
(handle: f64, cast: f64)

Source from the content-addressed store, hash-verified

1933
1934#[no_mangle]
1935pub extern "C" fn bloom_scene_set_cast_shadow(handle: f64, cast: f64) {
1936 engine().scene.set_cast_shadow(handle, cast != 0.0);
1937}
1938
1939#[no_mangle]
1940pub extern "C" fn bloom_scene_set_receive_shadow(handle: f64, receive: f64) {

Callers

nothing calls this directly

Calls 2

set_cast_shadowMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected