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

Function bloom_get_render_texture_texture

native/web/src/lib.rs:1997–1997  ·  view source on GitHub ↗
(handle: f64)

Source from the content-addressed store, hash-verified

1995pub fn bloom_end_texture_mode() { /* stub */ }
1996#[wasm_bindgen]
1997pub fn bloom_get_render_texture_texture(handle: f64) -> f64 { engine().textures.get_render_texture_texture(handle) }
1998
1999// Q8: Water material
2000#[wasm_bindgen]

Callers

nothing calls this directly

Calls 2

engineFunction · 0.70

Tested by

no test coverage detected