(handle: f64)
| 1995 | pub fn bloom_end_texture_mode() { /* stub */ } |
| 1996 | #[wasm_bindgen] |
| 1997 | pub fn bloom_get_render_texture_texture(handle: f64) -> f64 { engine().textures.get_render_texture_texture(handle) } |
| 1998 | |
| 1999 | // Q8: Water material |
| 2000 | #[wasm_bindgen] |
nothing calls this directly
no test coverage detected