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

Function bloom_load_texture_from_image

native/macos/src/lib.rs:1007–1011  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

1005
1006#[no_mangle]
1007pub extern "C" fn bloom_load_texture_from_image(handle: f64) -> f64 {
1008 let eng = engine();
1009 let EngineState { ref mut textures, ref mut renderer, .. } = *eng;
1010 textures.load_texture_from_image(handle, renderer)
1011}
1012
1013#[no_mangle]
1014pub extern "C" fn bloom_gen_texture_mipmaps(_handle: f64) {

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected