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

Function bloom_get_physical_height

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

Source from the content-addressed store, hash-verified

2659
2660#[no_mangle]
2661pub extern "C" fn bloom_get_physical_height() -> f64 {
2662 engine().renderer.physical_height() as f64
2663}
2664
2665#[no_mangle]
2666pub extern "C" fn bloom_set_auto_resolution(target_hz: f64, enabled: f64) {

Callers

nothing calls this directly

Calls 2

physical_heightMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected