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

Function bloom_get_texture_height

native/ios/src/lib.rs:970–972  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

968
969#[no_mangle]
970pub extern "C" fn bloom_get_texture_height(handle: f64) -> f64 {
971 engine().textures.get(handle).map(|t| t.height as f64).unwrap_or(0.0)
972}
973
974#[no_mangle]
975pub extern "C" fn bloom_gen_texture_mipmaps(_handle: f64) {}

Callers 4

loadTextureFunction · 0.50
loadTextureFromImageFunction · 0.50
loadTextureAsyncFunction · 0.50
commitTextureFunction · 0.50

Calls 2

engineFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected