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

Function bloom_get_physical_width

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

Source from the content-addressed store, hash-verified

2654
2655#[no_mangle]
2656pub extern "C" fn bloom_get_physical_width() -> f64 {
2657 engine().renderer.physical_width() as f64
2658}
2659
2660#[no_mangle]
2661pub 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