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

Function bloom_load_texture_from_image

native/tvos/src/lib.rs:1924–1928  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

1922
1923#[no_mangle]
1924pub extern "C" fn bloom_load_texture_from_image(handle: f64) -> f64 {
1925 let eng = engine();
1926 let renderer_ptr = &mut eng.renderer as *mut Renderer;
1927 eng.textures.load_texture_from_image(handle, unsafe { &mut *renderer_ptr })
1928}
1929
1930// ============================================================
1931// Camera 2D

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected