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

Function bloom_get_render_texture_texture

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

Source from the content-addressed store, hash-verified

3364
3365#[no_mangle]
3366pub extern "C" fn bloom_get_render_texture_texture(handle: f64) -> f64 {
3367 engine().textures.get_render_texture_texture(handle)
3368}
3369
3370// Q1: Render texture FFI — create GPU textures for render-to-texture.
3371#[no_mangle]

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected