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

Function bloom_get_physical_width

native/windows/src/lib.rs:2015–2017  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2013
2014#[no_mangle]
2015pub extern "C" fn bloom_get_physical_width() -> f64 {
2016 engine().renderer.physical_width() as f64
2017}
2018
2019#[no_mangle]
2020pub 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