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

Function bloom_get_physical_width

native/macos/src/lib.rs:1217–1219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1215
1216#[no_mangle]
1217pub extern "C" fn bloom_get_physical_width() -> f64 {
1218 engine().renderer.physical_width() as f64
1219}
1220
1221#[no_mangle]
1222pub extern "C" fn bloom_get_physical_height() -> f64 {

Callers

nothing calls this directly

Calls 2

physical_widthMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected