(handle: f64)
| 2091 | } |
| 2092 | #[no_mangle] |
| 2093 | pub extern "C" fn bloom_get_render_texture_texture(handle: f64) -> f64 { |
| 2094 | engine().textures.get_render_texture_texture(handle) |
| 2095 | } |
| 2096 | |
| 2097 | #[no_mangle] |
| 2098 | pub extern "C" fn bloom_profiler_frame_history() -> *const u8 { |
nothing calls this directly
no test coverage detected