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

Function bloom_get_render_texture_texture

native/ios/src/lib.rs:2733–2735  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

2731
2732#[no_mangle]
2733pub extern "C" fn bloom_get_render_texture_texture(handle: f64) -> f64 {
2734 engine().textures.get_render_texture_texture(handle)
2735}
2736
2737#[no_mangle]
2738pub extern "C" fn bloom_scene_get_transform(handle: f64, index: f64) -> f64 {

Callers 1

getRenderTextureTextureFunction · 0.50

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected