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

Function bloom_get_physical_width

native/ios/src/lib.rs:2418–2420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2416
2417#[no_mangle]
2418pub extern "C" fn bloom_get_physical_width() -> f64 {
2419 engine().renderer.physical_width() as f64
2420}
2421
2422#[no_mangle]
2423pub extern "C" fn bloom_get_physical_height() -> f64 {

Callers 1

getPhysicalWidthFunction · 0.50

Calls 2

physical_widthMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected