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

Function bloom_get_texture_width

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

Source from the content-addressed store, hash-verified

963
964#[no_mangle]
965pub extern "C" fn bloom_get_texture_width(handle: f64) -> f64 {
966 engine().textures.get(handle).map(|t| t.width as f64).unwrap_or(0.0)
967}
968
969#[no_mangle]
970pub extern "C" fn bloom_get_texture_height(handle: f64) -> 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