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

Function bloom_get_render_texture_texture

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

Source from the content-addressed store, hash-verified

2697}
2698#[no_mangle]
2699pub extern "C" fn bloom_get_render_texture_texture(handle: f64) -> f64 {
2700 engine().textures.get_render_texture_texture(handle)
2701}
2702// ============================================================
2703// Scene graph QoL — Q4/Q5/Q6/Q7
2704// ============================================================

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected