Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
485
pub extern
"C"
fn bloom_load_texture(path: i64) -> f64 {
486
textures::load(perry_str(path)) as f64
487
}
488
489
#[no_mangle]
490
pub extern
"C"
fn bloom_unload_texture(_handle: f64) {
Callers
nothing calls this directly
Calls
2
perry_str
Function · 0.85
load
Function · 0.70
Tested by
no test coverage detected