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

Function bloom_get_render_texture_texture

native/linux/src/lib.rs:2067–2069  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

2065}
2066#[no_mangle]
2067pub extern "C" fn bloom_get_render_texture_texture(handle: f64) -> f64 {
2068 engine().textures.get_render_texture_texture(handle)
2069}
2070
2071// Scene graph QoL — Q4/Q5/Q6/Q7
2072#[no_mangle]

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected