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

Function bloom_load_texture

native/watchos/src/lib.rs:485–487  ·  view source on GitHub ↗
(path: i64)

Source from the content-addressed store, hash-verified

483
484#[no_mangle]
485pub extern "C" fn bloom_load_texture(path: i64) -> f64 {
486 textures::load(perry_str(path)) as f64
487}
488
489#[no_mangle]
490pub extern "C" fn bloom_unload_texture(_handle: f64) {

Callers

nothing calls this directly

Calls 2

perry_strFunction · 0.85
loadFunction · 0.70

Tested by

no test coverage detected